Learn R Programming

tm.plugin.webmining (version 0.9)

getURL: Copy of RCurl:::getURL() including a little bugfix for the .encoding parameter.

Description

For the full description of getURL refer to getURL.

Usage

getURL(url, ..., .opts = list(),
    write = basicTextGatherer(.mapUnicode = .mapUnicode),
    curl = getCurlHandle(), async = length(url) > 1,
    .encoding = integer(), .mapUnicode = TRUE)

Arguments

url
see getURL
.opts
see getURL
write
see getURL
curl
see getURL
async
see getURL
.encoding
see getURL
.mapUnicode
see getURL
...
see getURL

See Also

getURL