Learn R Programming

tidyindex (version 0.1.0)

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

Examples

Run this code
init(hdi)
init(gggi)

Run the code above in your browser using DataLab