Execute or skip the commands listed in the ...wget/curl_commands.txt file
produced by one of the data download functions.
Usage
download_run(download = FALSE, commands_txt = NULL, remove = FALSE)
Arguments
- download
logical(1). Execute (TRUE
) or
skip (FALSE
) download.
- commands_txt
character(1). Path of download commands
- remove
logical(1). Remove (TRUE
) or
keep (FALSE
) command. Passed to download_remove_commands
.
Value
NULL; runs download commands with shell (Unix/Linux) or
command prompt (Windows) and removes commands_txt
file if
remove = TRUE
.