Description Usage Arguments See Also Examples
Logical test to check the existance of variables.
1 | MDexists(meta.obj, vars)
|
meta.obj |
An MDlist (an object from
|
vars |
A character vector of variable names to check existance. |
1 2 3 | path <- system.file("extdata/bibTest.bib", package = "metaDAT")
dat <- read.MD(path)
MDexists(dat, "title")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.