Learn R Programming

JATSdecoder (version 1.2.0)

get.software: get.software

Description

Extracts mentioned software from text by dictionary search for 63 software names (object: .software_names).

Usage

get.software(x, add.software = NULL)

Value

Character. Vector with identified statistical software/s.

Arguments

x

text string to process.

add.software

a text vector with additional software name patterns to search for.

See Also

study.character for extracting multiple study characteristics at once.

Examples

Run this code
get.software("We used the R Software and Excel 4.0 to analyse our data.")

Run the code above in your browser using DataLab