add_abbrtable {journalabbr}R Documentation

Add user's journal abbreviation table

Description

Add user's journal abbreviation table

Usage

add_abbrtable(file, ...)

Arguments

file

character, bib file path

...

see also data.table::fread

Value

a data.table

Examples

csvpath <- system.file("extdata", "myabbr.csv", package = "journalabbr", mustWork = TRUE)
abbrtable_user <- add_abbrtable(file = csvpath, header = FALSE, sep = ",")
colnames(abbrtable_user)


[Package journalabbr version 0.4.3 Index]