Learn R Programming

campfin (version 1.0.11)

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

Value

The size of a file to be downloaded.

Arguments

url

The URL of the file to query.