read_bib_files | R Documentation |
Parse and normalize citation data files. If the file was already parsed, will be just read.
read_bib_files(files)
files |
A vector of citation data file paths. |
A list of data frames containing the parsed citation data.
## Not run: data_files <- list.files(file.path("Records", "Session 1", "Query")) read_bib_files(data_files) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.