get.sig.adjectives {JATSdecoder} | R Documentation |
Extracts adjectives used for in/significance out of list with 37 potential adjectives.
get.sig.adjectives(x, unique_only = FALSE)
x |
text string to process. |
unique_only |
Logical. If TRUE returns unique hits only. |
Character. Vector with identified adjectives.
study.character
for extracting multiple study characteristics at once.
get.sig.adjectives(
x<-"We found very highly significance for type 1 effect"
)