url.show(utils)
url.show()所属R语言包:utils
Display a text URL
显示一个文字网址
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extension of file.show to display text files from a remote server.
延伸file.show显示文本文件从远程服务器。
用法----------Usage----------
url.show(url, title = url, file = tempfile(),
delete.file = TRUE, method, ...)
参数----------Arguments----------
参数:url
The URL to read from.
读取的URL。
参数:title
Title for the browser.
浏览器的标题。
参数:file
File to copy to.
要复制的文件。
参数:delete.file
Delete the file afterwards?
事后删除的文件?
参数:method
File transfer method: see download.file
文件传输方法:看到download.file
参数:...
Arguments to pass to file.show.
参数传递到file.show。
注意----------Note----------
Since this is for text files, it will convert to CRLF line endings on Windows.
由于这是文本文件,它会转换到Windows上的CRLF作为行结束。
参见----------See Also----------
url, file.show, download.file
url,file.show,download.file
举例----------Examples----------
## Not run: url.show("http://lib.stat.cmu.edu/datasets/csb/ch3a.txt")[#无法运行:url.show(“http://lib.stat.cmu.edu/datasets/csb/ch3a.txt”)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|