# NOT RUN {
require(journalabbr)
path = system.file("extdata", "testfile_1.bib", package = "journalabbr", mustWork = TRUE)
temptab = abbr2bib(file = path, outfile = tempfile(fileext = ".bib"))
# add user csv
csvpath = system.file("extdata", "myabbr.csv", package = "journalabbr", mustWork = TRUE)
temptab1 = abbr2bib(file = path, outfile = tempfile(fileext = ".bib"), addcsvpath = csvpath)
# }
Run the code above in your browser using DataLab