Learn R Programming

JATSdecoder (version 1.2.0)

get.journal: get.journal

Description

Extracts journal tag from NISO-JATS coded XML file or text.

Usage

get.journal(x)

Value

Character string with the extracted journal name.

Arguments

x

a NISO-JATS coded XML file or text.

See Also

JATSdecoder for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.

Examples

Run this code
x<-"Some text PLoS One some text"
get.journal(x)

Run the code above in your browser using DataLab