Rev 49704 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{setInternet2}\Rdversion{1.1}\alias{setInternet2}\title{Set or disable the use of Internet Explorer for Internet access.}\description{With the \option{--internet2} startup option, or by calling this function, Rwill make use of the \file{internet2.dll} library for Internetaccess, which makes use of Internet Explorer functions. This allows specificationof proxies, etc., in the \dQuote{Internet Options} applet in \dQuote{Control Panel}.}\usage{setInternet2(use = TRUE)}\arguments{\item{use}{Whether to use \file{internet2.dll}. If \code{NA}, justreturn the current setting.}}\value{The previous setting is returned, invisibly if \code{use} is not \code{NA}.}\details{R does not load either \file{internet.dll} or \file{internet2.dll} until needed,so it is certainly safe to call this function before making any calls that accessthe Internet (e.g. \code{\link{download.file}}). If one of the DLLs has alreadybeen loaded, this function will switch to the other one without unloading the firstone, so there is a potential resource leak.}\author{Duncan Murdoch}\seealso{\code{\link{download.file}}, \code{\link{url}}}\examples{setInternet2(NA)}\keyword{ utilities }