View source: R/character_get.R.package.R
get.R.package | R Documentation |
Extracts mentioned R packages from text.
get.R.package(x, update.package.list = FALSE)
x |
text string to process. |
update.package.list |
Logical. If TRUE update of list with available packages is downloaded from CRAN with utils::available.packages(). |
Character. Vector with identified R package/s.
study.character
for extracting multiple study characteristics at once.
get.R.package("We used the R Software packages lme4 (and psych).")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.