Description Usage Arguments Details Value
View source: R/import_and_clean_data.R
Given a file or directory containing bibliographic files, import and assemble search results
1 | import_results(directory = NULL, file = NULL, verbose = TRUE)
|
directory |
a path to a directory containing search results to import |
file |
a file of search results to import |
verbose |
if TRUE, prints status updates |
If a .bib or .ris file returns an error, there is likely a character encoding or formatting issue with the file. Please try uploading your .bib or .ris file to a reference manager (e.g. Zotero) and re-exporting it as a .bib or .ris, which often clears up formatting issues that import_results cannot detect.
a data frame of assembled search results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.