check_destfile {amadeus} | R Documentation |
Check if destination file exists or is 0 bytes.
Description
Check if destination file exists or is 0 bytes. If either condition is
met, the function returns TRUE
to allow the download to proceed.
Usage
check_destfile(destfile)
Arguments
destfile |
character(1). Destination file path. |
Value
logical(1)
[Package amadeus version 1.2.3 Index]