init: Initialise the tidyindex pipeline

View source: R/init.R

initR Documentation

Initialise the tidyindex pipeline

Description

Initialise an index table object with a data frame or a tibble.

Usage

init(data, ...)

## S3 method for class 'idx_tbl'
print(x, ...)

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

Value

an index table object

Examples

init(hdi)
init(gggi)

tidyindex documentation built on Nov. 16, 2023, 5:08 p.m.