init: Initialise the tidyindex pipeline
Description
Initialise an index table object with a data frame or a tibble.
Usage
init(data, ...)# S3 method for idx_tbl
print(x, ...)
Value
an index table object
Arguments
- data
a tibble or data frame to be converted into a index object
- ...
arguments to give variables roles, recorded in the paras
element of the index table object, currently used for id
and
time
- x
an index object