Description Usage Arguments Value
View source: R/safe_download_file.R
Safe Download File
Download a file from a url (using curl), if there is an error, return this as a data.frame.
1 | safe_download_file(url, name, destination_folder)
|
url |
url of file. |
name |
destination file name. |
destination_folder |
destination folder name. |
A data.frame containing details of the downloaded file, or error detials.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.