monitor_getDataFrame | R Documentation |
These functions are convenient wrappers for extracting the dataframes that
comprise a mts_monitor 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.
Function | Equivalent Operation |
monitor_getData(monitor) | monitor$data |
monitor_getMeta(monitor) | monitor$meta
|
monitor_getData(monitor)
monitor_getMeta(monitor)
monitor |
mts_monitor object to extract dataframe from. |
A dataframe from the given mts_monitor object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.