get.R.package {JATSdecoder}R Documentation

get.R.package

Description

Extracts mentioned R packages from text.

Usage

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

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

Value

Character. Vector with identified R package/s.

See Also

study.character for extracting multiple study characteristics at once.

Examples

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

[Package JATSdecoder version 1.2.0 Index]