join_records | R Documentation |
Take a list of data frames containing parsed citation data created using
read_bib_files()
and joins them, resolving duplicated records using
fix_duplicated_records()
.
join_records(record_list)
record_list |
A list of data frames as created by |
A record data frame containing the citation data from multiple sources.
## Not run: data_files <- list.files(file.path("Records", "Session 1", "Query")) record_list <- read_bib_files(data_files) join_records(record_list) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.