get.sig.adjectives {JATSdecoder} | R Documentation |
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)
Arguments
x |
text string to process. |
unique_only |
Logical. If TRUE returns unique hits only. |
Value
Character. Vector with identified adjectives.
See Also
study.character
for extracting multiple study characteristics at once.
Examples
get.sig.adjectives(
x<-"We found very highly significance for type 1 effect"
)
[Package JATSdecoder version 1.2.0 Index]