anlz_refs | R Documentation |
Convert references csv to bib
anlz_refs(path)
path |
chr string of path to reference csv file or data frame object |
A data frame with references formatted as bib entries
# input and format
path <- 'https://raw.githubusercontent.com/tbep-tech/tbep-refs/master/tbep-refs.csv'
bibs <- anlz_refs(path)
## Not run:
# save output
writeLines(bibs, 'formatted.bib')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.