setInternet2(utils)
setInternet2()所属R语言包:utils
Set or disable the use of Internet Explorer for Internet access.
设置或禁用Internet Explorer中使用互联网。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
With the --internet2 startup option, or by calling this function, R will make use of the "internet2.dll" library for Internet access, which makes use of Internet Explorer functions. This allows specification of proxies, etc., in the “Internet Options” applet in “Control Panel”.
与--internet2启动选项,或通过调用这个函数,R将使用internet2.dll图书馆上网,这使得利用Internet Explorer的功能。这使得代理等规范,在“Internet选项”,在“控制面板”中的applet。
用法----------Usage----------
setInternet2(use = TRUE)
参数----------Arguments----------
参数:use
Whether to use "internet2.dll". If NA, just return the current setting.
是否使用internet2.dll。如果NA,只是返回当前设置。
Details
详情----------Details----------
R does not load either "internet.dll" or "internet2.dll" until needed, so it is certainly safe to call this function before making any calls that access the Internet (e.g. download.file). If one of the DLLs has already been loaded, this function will switch to the other one without unloading the first one, so there is a potential resource leak.
R不加载是internet.dll或internet2.dll直到需要,所以它肯定是安全的,调用此功能,然后才作出任何电话访问Internet(例如download.file )。如果一个DLL已经加载,此功能将切换到另一个不卸载第一个,所以是一个潜在的资源泄漏。
值----------Value----------
The previous setting is returned, invisibly if use is not NA.
返回先前的设置,无形中use如果不NA。
作者(S)----------Author(s)----------
Duncan Murdoch
参见----------See Also----------
download.file, url
download.file,url
举例----------Examples----------
setInternet2(NA)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|