get.journal {JATSdecoder} | R Documentation |
get.journal
Description
Extracts journal tag from NISO-JATS coded XML file or text.
Usage
get.journal(x)
Arguments
x |
a NISO-JATS coded XML file or text. |
Value
Character string with the extracted journal name.
See Also
JATSdecoder
for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.
Examples
x<-"Some text <journal-title>PLoS One</journal-title> some text"
get.journal(x)
[Package JATSdecoder version 1.2.0 Index]