Skip to content

Commit ff3f26f

Browse files
committed
future work in readme
1 parent 3d54ced commit ff3f26f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ data <- read_data(datafile, guidefile)
4545
```
4646

4747
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.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ data <- read_data(datafile, guidefile)
4747
The output of the `read_data()` function is a list object containing the
4848
data in a structured manner. The structure is determined for a large
4949
part by the design of the data guide.
50+
51+
## Future work
52+
53+
Provide guide and template structures for data types without upper size
54+
limit, like time series with no pre-determined length.

0 commit comments

Comments
 (0)