Learn R Programming

JATSdecoder (version 1.2.0)

get.sig.adjectives: get.sig.adjectives

Description

Extracts adjectives used for in/significance out of list with 37 potential adjectives.

Usage

get.sig.adjectives(x, unique_only = FALSE)

Value

Character. Vector with identified adjectives.

Arguments

x

text string to process.

unique_only

Logical. If TRUE returns unique hits only.

See Also

study.character for extracting multiple study characteristics at once.

Examples

Run this code
get.sig.adjectives(
 x<-"We found very highly significance for type 1 effect"
)

Run the code above in your browser using DataLab