get.contrib {JATSdecoder} | R Documentation |
get.contrib
Description
Extracts contrib tag/s from NISO-JATS coded XML file or text as vector of contributers.
Usage
get.contrib(x, remove.html = FALSE, letter.convert = FALSE)
Arguments
x |
a NISO-JATS coded XML file or text. |
remove.html |
Logical. If TRUE removes all HTML tags. |
letter.convert |
Logical. If TRUE converts hexadecimal and HTML coded characters to Unicode. |
Value
Character vector with the extracted contributer tag content.
[Package JATSdecoder version 1.2.0 Index]