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)
NULL; runs download commands with shell (Unix/Linux) or
command prompt (Windows) and removes commands_txt
file if
remove = TRUE
.
logical(1). Execute (TRUE
) or
skip (FALSE
) download.
character(1). Path of download commands
logical(1). Remove (TRUE
) or
keep (FALSE
) command. Passed to download_remove_commands
.