Learn R Programming

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 doing citation(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.

Copy Link

Version

Install

install.packages('handlr')

Monthly Downloads

508

Version

0.3.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Brenton M. Wiernik

Last Published

March 3rd, 2025

Functions in handlr (0.3.1)

schema_org_writer

Schema org writer
ris_reader

ris reader (Research Information Systems)
rdf_xml_writer

RDF XML writer
ris_writer

ris writer (Research Information Systems)
codemeta_writer

codemeta writer
bibtex_reader

bibtex reader
cff_writer

Citation File Format (cff) writer
bibtex_writer

bibtex writer
c.handl

combine many handl objects
citeproc_reader

citeproc reader
HandlrClient

HandlrClient
cff_reference_types

cff references types
cff_reader

Citation File Format (cff) reader
handl

handl object
citeproc_writer

citeproc writer
handl_to_df

handl to data.frame conversion
codemeta_reader

codemeta reader
handlr-package

Citation format converter