get_meta {quicR}R Documentation

Retrieve the BMG metadata

Description

Takes the Excel file exported from MARS and compiles the metadata in the header.

Usage

get_meta(file)

Arguments

file

The Excel file exported from MARS.

Value

A dataframe containing the Meta_ID and Meta_info

Examples

file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
get_meta(file)



[Package quicR version 1.0.2 Index]