Learn R Programming

amadeus (version 1.2.2)

check_destfile: 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)

Value

logical(1)

Arguments

destfile

character(1). Destination file path.