add_abbrtable: Add user's journal abbreviation table

View source: R/add_abbrtable.R

add_abbrtableR 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)


journalabbr documentation built on June 22, 2024, 11:29 a.m.