tsibble (version 0.8.2)

index: Return index variable from a tsibble

Description

Return index variable from a tsibble

Usage

index(x)

index_var(x)

index2(x)

index2_var(x)

Arguments

x

A tsibble object.

Examples

Run this code
# NOT RUN {
index(pedestrian)
index_var(pedestrian)
# }

Run the code above in your browser using DataCamp Workspace