check_destfile: Check if destination file exists or is 0 bytes.

View source: R/download_auxiliary.R

check_destfileR 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)


amadeus documentation built on April 4, 2025, 12:21 a.m.