download_file | R Documentation |
Download file from url
download_file(
file_url = parent.frame()$file_url,
showProgress = parent.frame()$showProgress,
cache = parent.frame()$cache,
verbose = parent.frame()$verbose
)
file_url |
String. A url. |
showProgress |
Logical. |
cache |
Logical. |
verbose |
Logical. |
A string to the address of the file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.