sts_extractDataFrame: Extract dataframes from _sts_ objects

sts_extractDataFrameR Documentation

Extract dataframes from sts objects

Description

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.

Usage

sts_extractData(sts)

sts_extractMeta(sts)

Arguments

sts

sts object to extract dataframe from.

Value

A dataframe from the sts object.


MazamaTimeSeries documentation built on June 8, 2025, 2 p.m.