get_meta | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.