check_destfile {amadeus} | R Documentation |
Check if destination file exists or is 0 bytes. If either condition is
met, the function returns TRUE
to allow the download to proceed.
check_destfile(destfile)
destfile |
character(1). Destination file path. |
logical(1)