Learn R Programming

pkgDepTools (version 1.38.0)

getDownloadSize: Get Size in MB of a URL Using RCurl

Description

Returns the size in MB of the specified URL. Uses RCurl to parse the HTTP headers for Content-Length.

Usage

getDownloadSize(url)

Arguments

url
character vector giving the URL. This is not vectorized.