You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,7 @@ data <- read_data(datafile, guidefile)
45
45
```
46
46
47
47
The output of the `read_data()` function is a list object containing the data in a structured manner. The structure is determined for a large part by the design of the data guide.
48
+
49
+
## Future work
50
+
51
+
Provide guide and template structures for data types without upper size limit, like time series with no pre-determined length.
0 commit comments