/rbibtools

:package: Toolbox to handle .bib files

Primary LanguageRGNU General Public License v2.0GPL-2.0

rbibtools

R CMD Check Website deployment CRAN status License: GPL (>= 2) LifeCycle Project Status: Active

The R package rbibtools imports, cleans, and exports .bib files (BibTeX references) exported by common references management software (e.g. Mendeley, Zotero).

Installation

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")

Overview

The main functions of rbibtools are read_bib() and write_bib(). See the Get started vignette for an overview of the package.

Citation

Please cite this package as:

Casajus Nicolas (2022) rbibtools: A Toolbox to handle bib files. R package version 0.0.1.

Code of Conduct

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.