View source: R/download_auxiliary.R
download_run | R Documentation |
Execute or skip the commands listed in the ...wget/curl_commands.txt file produced by one of the data download functions.
download_run(download = FALSE, commands_txt = NULL, remove = FALSE)
download |
logical(1). Execute ( |
commands_txt |
character(1). Path of download commands |
remove |
logical(1). Remove ( |
NULL; runs download commands with shell (Unix/Linux) or
command prompt (Windows) and removes commands_txt
file if
remove = TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.