MDnames: The Unique Names of a MDList

Description Usage Arguments Value Examples

Description

Function to get the unique names of an metaDAT list object.

Usage

1
  MDnames(meta.obj)

Arguments

meta.obj

An MDlist (an object from read.MD).

Value

Returns the unique names of a metaDAT list.

Examples

1
2
3
path <- system.file("extdata/bibTest.bib", package = "metaDAT")
dat <- read.MD(path)
MDnames(dat)

trinker/metaDAT documentation built on May 31, 2019, 8:52 p.m.