Skip to contents

Convert references csv to bib

Usage

anlz_refs(path)

Arguments

path

chr string of path to reference csv file or data frame object

Value

A data frame with references formatted as bib entries

Examples


# input and format
path <- 'https://raw.githubusercontent.com/tbep-tech/tbep-refs/master/tbep-refs.csv'
bibs <- anlz_refs(path)

if (FALSE) {
# save output
 writeLines(bibs, 'formatted.bib')
}