Description Usage Arguments Value See Also
Tries to download a PDF file using the digital objected identifier (DOI) link.
Uses ad hoc searches of journal HTML pages to detect candidate PDFs for
download. Downloads all candidate pdfs. If running downloader
in Windows, having "WindowsProxy = TRUE"
will significantly improve
download success.
1 2 3 4 5 6 7 8 | PDF_download(
DOI,
directory = getwd(),
theFileName = "temp",
validatePDF = TRUE,
quiet = FALSE,
WindowsProxy = FALSE
)
|
DOI |
A string of the DOI (digital object identifier) used to identify the source of a journal article PDF file(s). |
directory |
A string of the location (directory) were downloaded PDF files are to be saved. Directory name must end with "\\". |
theFileName |
Used to rename the downloaded file. No need to include extension ".pdf". |
validatePDF |
When |
quiet |
When |
WindowsProxy |
When |
A string describing the download success. If unsuccessful, returns the type of error during the download attempt.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.