• Overview
• Installation
• Get started
• Citation
• Contributing
The goal of the R package zoteror
is to connect to the Zotero SQLite database (local only) and to extract bibliographic references metadata as a data.frame
.
User can:
You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("FRBCesab/zoteror")
Then you can attach the package zoteror
:
The package zoteror
only contains the function get_zotero_data()
to retrieve references metadata from the Zotero local database.
Please cite this package as:
Casajus Nicolas (2024) zoteror: An R package to handle Zotero local database. R package version 0.0.1. https://github.com/FRBCesab/zoteror
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that the zoteror
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.