Description Usage Arguments Value See Also Examples
Convience tools to quickly include or exlcude variables
from all studies of an MDlist object. Similar
functionality to subset
.
1 2 3 |
meta.obj |
An MDlist (an object from
|
vars |
A character vector of the variable to include/exclude. |
Returns an MDlist with just the included variables
(MDinclude
) or the excluded variables
(MDexclude
) removed from each study.
1 2 3 4 5 | path <- system.file("extdata/bibTest.bib", package = "metaDAT")
dat <- read.MD(path)
vars.list <- c("coder", "time", "ee_phi")
MDinclude(dat, vars.list)
MDexclude(dat, vars.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.