View source: R/parseContentLength.R
parseContentLength | R Documentation |
Given a string containing an HTTP response header, extract the
"Content-Length"
header and convert it to a numeric value.
If no such header is found, return NA
.
parseContentLength(h)
h |
string containing the HTTP response header |
Internal function
Seth Falcon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.