Description Usage Arguments Value
These functions are convenient wrappers for extracting the dataframes that
comprise a pat object. These functions are designed to be useful when
manipulating data in a pipeline chain using %>%
.
Below is a table showing equivalent operations for each function.
Function | Equivalent Operation |
pat_extractData(pat) | pat[["data"]] |
pat_extractMeta(pat) | pat[["meta"]]
|
1 2 3 | pat_extractData(pat)
pat_extractMeta(pat)
|
pat |
pat object to extract dataframe from. |
A dataframe from the given pat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.