knitr::opts_chunk$set(echo = TRUE)

Jabbrev

R-CMD-check

This R package converts a journal name (or any text) to abbreviations using the ISSN List of Title Word Abbreviations (LTWA, available as a csv file). Some journals insist that journal names in bibliographies are abbreviated. This is dumb so here's a package that does it for you.

install.packages('devtools')
library(devtools)
install_github('fawda123/Jabbrev')
library(Jabbrev)

One journal at a time:

devtools::load_all(".")
abbrev('Journal of Applied Mathematics')

Or convert a whole .bib file:

bib_shr('inst/refs.bib')


fawda123/Jabbrev documentation built on Jan. 12, 2025, 10:29 p.m.