setInternet2 {utils} | R Documentation |
This used to control whether method = "internal"
mapped to
method = "wininet"
in functions download.file
and
url
.
As from R 3.3.0 it changes nothing, and only use = NA
is accepted.
setInternet2(use = TRUE)
use |
logical: whether to use the Windows internet functions. If
|
For backwards compatibility, TRUE
.
Duncan Murdoch
setInternet2(NA)