Convert references csv to bib
Examples
# input and format
path <- 'https://raw.githubusercontent.com/tbep-tech/tbep-refs/master/tbep-refs.csv'
bibs <- anlz_refs(path)
if (FALSE) { # \dontrun{
# save output
writeLines(bibs, 'formatted.bib')
} # }