R/url-file-size.R
url_file_size.Rd
Call httr::HEAD() and return the number of bytes in the file to be downloaded.
httr::HEAD()
url_file_size(url)
The URL of the file to query.
The size of a file to be downloaded.