get.R.package: get.R.package

View source: R/character_get.R.package.R

get.R.packageR 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).")

JATSdecoder documentation built on Oct. 12, 2023, 5:13 p.m.