Learn R Programming

journalabbr (version 0.4.3)

add_abbrtable: Add user's journal abbreviation table

Description

Add user's journal abbreviation table

Usage

add_abbrtable(file, ...)

Value

a data.table

Arguments

file

character, bib file path

...

see also data.table::fread

Examples

Run this code
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