getDownloadSize: Get Size in MB of a URL Using RCurl

View source: R/getDownloadSize.R

getDownloadSizeR 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


Bioconductor/pkgDepTools documentation built on Nov. 19, 2022, 1:32 a.m.