找回密码
 注册
查看: 398|回复: 0

R语言 Rpad包 RpadUtil()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 23:40:17 | 显示全部楼层 |阅读模式
RpadUtil(Rpad)
RpadUtil()所属R语言包:Rpad

                                        Rpad utilities
                                         RPAD公用事业

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Rpad utilities to generate filenames or URL's
RPAD实用程序生成的文件名或URL


用法----------Usage----------


  RpadURL(filename = "")
  RpadBaseURL(filename = "")
  RpadBaseFile(filename = "")
  RpadIsLocal()



参数----------Arguments----------

参数:filename
the name of a file.
一个文件的名称。


值----------Value----------

RpadURL returns the URL for the given filename: "./filename" for the local version of Rpad and "/Rpad/server/dd????????/filename" for the server version. Use this to output HTML links for the user.
RpadURL返回的URL给定的文件名:“。/文件名”RPAD的本地版本/ RPAD /服务器/月????/文件名“的服务器版本。使用输出HTML链接的用户。

RpadBaseURL returns the base URL: "filename" for the local version and "/Rpad/filename" for the client-server version. Use this to point the user to data files or other links on the server that is somewhere permanent. (The current R working directory is not permanent in the client-server version.)
RpadBaseURL返回碱基的网址:“文件名”的本地版本和“/ RPAD /文件名”客户端 - 服务器版本。这点用户数据文件或服务器上的其他链接的地方是永久的。 (r工作目录不是永久的客户端 - 服务器版本)。

RpadBaseFile returns the file name relative to the base R directory: "filename" for the local version and "../../filename" for the client-server version. Use this in R to read in data files or save data files somewhere permanent.
RpadBaseFile返回的文件名,相对于基r目录:本地版本的“文件名”和“。。/。。/文件名”客户端 - 服务器版本。在R读取数据文件或数据文件的地方永久保存。


(作者)----------Author(s)----------


Tom Short, EPRI Solutions, Inc., (<a href="mailto:tshort@eprisolutions.com">tshort@eprisolutions.com</a>)



参见----------See Also----------

Rpad, RpadHTML
Rpad,RpadHTML


实例----------Examples----------


## Not run: [#不运行:]
  # make some data[一些数据]
  x <- 1:10
  y2 <- x^3
  save(x, y2, file = RpadBaseFile("testdata.RData"))
  # output a link to the user:[输出链接的用户:]
  HTMLon()
  cat("<a href='", RpadBaseURL("testdata.RData"), sep="")
  cat("'>Click</a> to download the test data.")
  unlink(RpadBaseFile("testdata.RData"))

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 01:23 , Processed in 0.020622 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表