View source: R/add_abbrtable.R
add_abbrtable | R Documentation |
Add user's journal abbreviation table
add_abbrtable(file, ...)
file |
character, bib file path |
... |
see also |
a data.table
csvpath <- system.file("extdata", "myabbr.csv", package = "journalabbr", mustWork = TRUE)
abbrtable_user <- add_abbrtable(file = csvpath, header = FALSE, sep = ",")
colnames(abbrtable_user)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.