Skip to content

FRBCesab/rbibtools

Repository files navigation

rbibtools

R CMD Check Website License: GPL (>= 2)

Table of contents

Overview
Installation
Get started
Citation
Contributing

Overview

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

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

Get started

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 (2024) rbibtools: A toolbox to handle BibTeX files. R package version 0.0.1. https://github.com/FRBCesab/rbibtools

Contributing

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.