make_temporal_tsibble {cubble}R Documentation

Update the temporal cubble to include the tsibble class (tbl_ts)

Description

Update the temporal cubble to include the tsibble class (tbl_ts)

Usage

make_temporal_tsibble(x)

Arguments

x

object of class temporal_cubble_df

Examples

climate_mel %>% face_temporal() %>% make_temporal_tsibble()

[Package cubble version 0.3.0 Index]