url_file_size {campfin} | R Documentation |
Check a URL file size
Description
Call httr::HEAD()
and return the number of bytes in the file to be
downloaded.
Usage
url_file_size(url)
Arguments
url |
The URL of the file to query. |
Value
The size of a file to be downloaded.
[Package campfin version 1.0.11 Index]