get.software {JATSdecoder}R Documentation

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)

Arguments

x

text string to process.

add.software

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

Value

Character. Vector with identified statistical software/s.

See Also

study.character for extracting multiple study characteristics at once.

Examples

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

[Package JATSdecoder version 1.2.0 Index]