View source: R/zotero-missing-files.R
zotero_missing_files | R Documentation |
Find missing PDF files
zotero_missing_files(
lib_file = file.choose(),
file_folder = rstudioapi::selectDirectory()
)
lib_file |
A string with the path to the Zotero library exported as a CSV file. |
file_folder |
A string with the path to the folder containing the files linked to the references in the Zotero library. |
This function compares the files in a folder with the files linked to the references in a Zotero library and returns the names of the missing PDF files.
vector
Adapted from Daniel Vartanian (https://gist.github.com/danielvartan/924817b7e4b69212beb217f339c37a3f)
## Not run: zotero_missing_files()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.