read_muse_xml_meta: Extract meta data from MUSE XML files

Description Usage Arguments Value

View source: R/read_muse_xml_meta.R

Description

Extract meta data from MUSE XML files

Usage

1
read_muse_xml_meta(file, include = NULL, exclude = NULL, ids = NA)

Arguments

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. include is ran before exclude if both are provided.

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. include is ran before exclude if both are provided.

ids

A collection of ids to attache to each resulting data frame. If NA, filepaths are used

Value

A list of data frames (or tibbles)


rickeycarter/easyRecg documentation built on Dec. 22, 2021, 4:09 p.m.