View source: R/JATS_get.keywords.R
get.keywords | R Documentation |
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)
)
x |
a NISO-JATS coded XML file or text. |
paste |
if paste!="" keyword list is collapsed to one cell with seperator specified (e.g. paste=";"). |
letter.convert |
Logical. If TRUE converts hexadecimal and HTML coded characters to Unicode. |
include.max |
a maximum number of keywords to extract. |
Character vector with extracted keyword/s.
JATSdecoder
for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.
x<-"Some text <kwd>Keyword 1</kwd>, <kwd>Keyword 2</kwd> some text"
get.keywords(x)
get.keywords(x,paste(", "))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.