get.editor {JATSdecoder} | R Documentation |
get.editor
Description
Extracts editor tag from NISO-JATS coded XML file or text as vector of editors.
Usage
get.editor(x, role = FALSE, short.names = FALSE, letter.convert = FALSE)
Arguments
x |
a NISO-JATS coded XML file or text. |
role |
Logical. If TRUE adds role to editor name, if available. |
short.names |
Logical. If TRUE reduces fully available first names to one letter abbreviation. |
letter.convert |
Logical. If TRUE converts hexadecimal and HTML coded characters to Unicode. |
Value
Character string with the extracted editor name/s.
See Also
JATSdecoder
for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.
[Package JATSdecoder version 1.2.0 Index]