get_meta: Retrieve the BMG metadata

View source: R/get_meta.R

get_metaR 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)


quicR documentation built on April 3, 2025, 11:20 p.m.