Learn R Programming

JATSdecoder (version 1.2.0)

get.R.package: get.R.package

Description

Extracts mentioned R packages from text.

Usage

get.R.package(x, update.package.list = FALSE)

Value

Character. Vector with identified R package/s.

Arguments

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().

See Also

study.character for extracting multiple study characteristics at once.

Examples

Run this code
get.R.package("We used the R Software packages lme4 (and psych).")

Run the code above in your browser using DataLab