Description Usage Arguments Value
View source: R/read_muse_xml_meta.R
Extract meta data from MUSE XML files
1 | read_muse_xml_meta(file, include = NULL, exclude = NULL, ids = NA)
|
file |
Either a path to a file or a collection of file paths |
include |
A named list of data frames and columns to return.
If a data frame is listed with it's element being NA, all columns are returned for that data frame.
|
exclude |
A named list of data frames and columns to exclude.
If a data frame is listed with it's element being NA, the entire dataframe is removed.
|
ids |
A collection of ids to attache to each resulting data frame. If NA, filepaths are used |
A list of data frames (or tibbles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.