mts_extractDataFrame | R Documentation |
These functions are convenient wrappers for extracting the dataframes that
comprise an mts object. These functions are designed to be useful when
manipulating data in a pipeline chain using %>%
.
mts_extractData(mts)
is equivalent to mts$data
.
mts_extractMeta(mts)
is equivalent to mts$meta
.
mts_extractData(mts)
mts_extractMeta(mts)
mts |
mts object to extract dataframe from. |
A dataframe from the mts object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.