getDownloadSize {pkgDepTools}R Documentation

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.

Note

Internal function.

Author(s)

Seth Falcon


[Package pkgDepTools version 1.8.0 Index]