• Overview
•
Installation
•
Get started
•
Citation
•
Contributing
The R package rbibtools
has been developed to import, clean, and
export .bib
files (BibTeX references)
exported by common references management software (e.g. Mendeley,
Zotero).
You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("FRBCesab/rbibtools")
Then you can attach the package rbibtools
:
library("rbibtools")
The main functions of rbibtools
are read_bib()
and write_bib()
.
See the Get
started
vignette for an overview of the package.
Please cite this package as:
Casajus Nicolas (2024) rbibtools: A toolbox to handle BibTeX files. R package version 0.0.1. https://github.com/FRBCesab/rbibtools
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that the rbibtools
project is released with a Contributor
Code of
Conduct.
By contributing to this project, you agree to abide by its terms.