| .probeRange | R Documentation |
Internal helper for the parallel ranged download path. Sends a HEAD request
and reads Content-Length and Accept-Ranges. Any failure (HEAD not
supported, timeout, httr2 unavailable) returns size = NA /
acceptRanges = FALSE, which the caller treats as "use single-stream".
.probeRange(url, verbose = getOption("reproducible.verbose", 1))
url |
The URL to probe. |
verbose |
Numeric verbosity level. |
A list with size (numeric, bytes or NA) and acceptRanges
(logical).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.