get_meta {quicR} | R Documentation |
Takes the Excel file exported from MARS and compiles the metadata in the header.
get_meta(file)
file |
The Excel file exported from MARS. |
A dataframe containing the Meta_ID and Meta_info
file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
get_meta(file)