make_tsibble: Convert tibble to tsibble

View source: R/make_tsibble.R

make_tsibbleR Documentation

Convert tibble to tsibble

Description

make_tsibble is a helper function to convert a tibble to a tsibble.

Usage

make_tsibble(main_frame, context)

Arguments

main_frame

A tibble containing the time series data.

context

A named list with the identifiers for seried_id, value_id and index_id.

Value

main_frame Same structure as before, just stored as tsibble.


ahaeusser/tscv documentation built on July 26, 2023, 3:18 p.m.