get.journal {JATSdecoder} | R Documentation |
Extracts journal tag from NISO-JATS coded XML file or text.
get.journal(x)
x |
a NISO-JATS coded XML file or text. |
Character string with the extracted journal name.
JATSdecoder
for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.
x<-"Some text <journal-title>PLoS One</journal-title> some text"
get.journal(x)