download_run {amadeus} | R Documentation |
Run download commands
Description
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 ( |
commands_txt |
character(1). Path of download commands |
remove |
logical(1). Remove ( |
Value
NULL; runs download commands with shell (Unix/Linux) or
command prompt (Windows) and removes commands_txt
file if
remove = TRUE
.
[Package amadeus version 1.0.7 Index]