View source: R/JATS_get.country.R
get.country | R Documentation |
Extracts country tag from NISO-JATS coded XML file or text as vector of unique countries.
get.country(x, unifyCountry = TRUE)
x |
a NISO-JATS coded XML file or text. |
unifyCountry |
Logical. If TRUE replaces country name with standardised country name. |
Character vector with the extracted country name/s.
JATSdecoder
for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.
x<-"Some text <country>UK</country> some text <country>England</country>
Text<country>Berlin, Germany</country>"
get.country(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.