getDownloadSize {pkgDepTools} | R Documentation |
Returns the size in MB of the specified URL. Uses RCurl to parse the HTTP headers for Content-Length.
getDownloadSize(url)
url |
character vector giving the URL. This is not vectorized. |
Internal function.
Seth Falcon