Parse Zotero CSV export files into an sm_corpus object.
Handles the standard Zotero CSV export format with columns for
Key, Title, Author, Publication Year, DOI, Publication Title,
Abstract, and Item Type.
Usage
sm_read_zotero(
path,
encoding = "UTF-8",
verbose = TRUE,
call = rlang::caller_env()
)Value
An sm_corpus object.
Implementation
The parser reads the Zotero CSV export format using readr::read_csv().
Zotero CSV exports have a standard set of column names. Key columns
matched (case-insensitive): Key, Title, Author, Publication Year,
DOI, Publication Title, Abstract Note, Item Type, ISSN, Language,
Manual Tags, Automatic Tags. No bibliometrix engine is available since
Zotero CSV is not a format supported 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