get.references {JATSdecoder} | R Documentation |
get.references
Description
Extracts reference list from NISO-JATS coded XML file or text as vector of references.
Usage
get.references(
x,
letter.convert = FALSE,
remove.html = FALSE,
extract = "full"
)
Arguments
x |
a NISO-JATS coded XML file or text. |
letter.convert |
Logical. If TRUE converts hexadecimal and HTML coded characters to Unicode. |
remove.html |
Logical. If TRUE removes all HTML tags. |
extract |
part of refernces to extract (one of "full" or "title"). |
Value
Character vector with extracted references from reference list.
See Also
JATSdecoder
for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.
[Package JATSdecoder version 1.2.0 Index]