Description Usage Arguments Value Examples
Detects the intended class of the like elements of an MDlist for each variable across studies. The function only detects numeric or character/factor.
1 |
meta.obj |
An MDlist (an object from
|
stringsAsFactors |
logical. Should character vectors be converted to factors? Default is FALSE. |
Returns an MDlist structure with appropriate classes.
1 2 3 4 | path <- system.file("extdata/bibTest.bib", package = "metaDAT")
dat <- read.MD(path)
MDclass(dat)
MDclass(dat, stringsAsFactors = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.