Learn R Programming

quicR (version 2.1.0)

get_meta: Retrieve the BMG metadata

Description

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

Usage

get_meta(file)

Value

A dataframe containing the Meta_ID and Meta_info

Arguments

file

The Excel file exported from MARS.

Examples

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

Run the code above in your browser using DataLab