powered by
Add user's journal abbreviation table
add_abbrtable(file, ...)
a data.table
character, bib file path
see also data.table::fread
data.table::fread
csvpath <- system.file("extdata", "myabbr.csv", package = "journalabbr", mustWork = TRUE) abbrtable_user <- add_abbrtable(file = csvpath, header = FALSE, sep = ",") colnames(abbrtable_user)
Run the code above in your browser using DataLab