These functions are convenient wrappers for extracting the dataframes that comprise a sts object. These functions are designed to be useful when manipulating data in a pipeline using %>%.

Below is a table showing equivalent operations for each function.

sts_extractData(sts) is equivalent to sts$data.

sts_extractMeta(sts) is equivalent to sts$meta.

sts_extractData(sts)

sts_extractMeta(sts)

Arguments

sts

sts object to extract dataframe from.

Value

A dataframe from the sts object.