Description
Convert Among Citation Formats.
Description
Converts among many citation formats, including 'BibTeX', 'Citeproc', 'Codemeta', 'RDF XML', 'RIS', 'Schema.org', and 'Citation File Format'. A low level 'R6' class is provided, as well as stand-alone functions for each citation format for both read and write.
README.md
handlr
a tool for converting among citation formats.
heavily influenced by, and code ported from the Ruby gem bolognese
supported readers:
- citeproc
- ris
- bibtex
- codemeta
- cff
supported writers:
- citeproc
- ris
- bibtex
- schemaorg
- rdfxml
- codemeta
- cff
not supported yet, but plan to:
- crosscite
Installation
stable version
install.packages("handlr")
dev version
remotes::install_github("ropensci/handlr")
library("handlr")
Meta
- Please report any issues or bugs.
- License: MIT
- Get citation information for
handlr
in R doingcitation(package = 'handlr')
- Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.