Parse EndNote XML export files into an sm_corpus object.
Uses xml2 to extract record metadata from the EndNote XML format.
Usage
sm_read_endnote(
path,
encoding = "UTF-8",
verbose = TRUE,
call = rlang::caller_env()
)Value
An sm_corpus object.
Implementation
The parser uses xml2::read_xml() to read the EndNote XML format. Each
xml/records/record element (or records/record) is processed. The
following fields are extracted:
titles/title/stylefor the titlecontributors/authors/author/stylefor author namesdates/year/stylefor yearperiodical/full-title/styleorsecondary-title/stylefor journalelectronic-resource-num/stylefor DOIabstract/stylefor abstractref-typeattribute for document typekeywords/keyword/stylefor keywordsaccession-num/stylefor record identifier
No bibliometrix engine is available since EndNote XML is not directly
supported as a format by bibliometrix::convert2df().
References
Aria, M. & Cuccurullo, C. (2017). bibliometrix: An R-tool for comprehensive science mapping analysis. Journal of Informetrics, 11(4), 959–975. doi:10.1016/j.joi.2017.08.007