powered by
Extracts keyword tag/s from NISO-JATS coded XML file or text as vector of keywords.
get.keywords( x, paste = "", letter.convert = TRUE, include.max = length(keyword) )
Character vector with extracted keyword/s.
a NISO-JATS coded XML file or text.
if paste!="" keyword list is collapsed to one cell with seperator specified (e.g. paste=";").
Logical. If TRUE converts hexadecimal and HTML coded characters to Unicode.
a maximum number of keywords to extract.
JATSdecoder for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.
JATSdecoder
x<-"Some text Keyword 1, Keyword 2 some text" get.keywords(x) get.keywords(x,paste(", "))
Run the code above in your browser using DataLab