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

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

[复制链接]
发表于 2012-9-28 21:05:35 | 显示全部楼层 |阅读模式
re(rreval)
re()所属R语言包:rreval

                                        Evaluate an expression on a remote system.
                                         在远程系统上计算表达式的值。

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

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

re() evaluates an expression in the .GlobalEnv environment of a remote R session and returns the result.
重()计算一个远程的R会话中的环境。GlobalEnv的表达,并返回结果。


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


  re(x, maxBytesReturnable = 2^18, hostName = NULL,
    userName = NULL)



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

参数:x
e.g. re(1+1). re() converts its argument to an expression so you do not need to supply it with an expression or quote()'d object for x.
例如重(1 1)。重()将它的参数来表达,所以你不需要提供一个表达式或引用()d对象的x。


参数:maxBytesReturnable
maximum size (in bytes) of an object that will returned to the client after the expression is evaluated.  If the returned object exceeds this value, NULL is returned. maxBytesReturnable must be in [0,Inf].
最大大小(以字节为单位)的一个对象,将返回到客户端后的表达进行评估。如果返回的对象超过此值,则返回NULL。 maxBytesReturnable必须是在[0,Inf文件]。


参数:hostName
the name of the host where the rre server is running; usually NULL (the default).  If this param (or userName) is NULL, the function will attempt to retrieve a connection from the connection manager environment.  This param needs to be supplied only if you have connected to more than one rreval server in the current R session.
RRE服务器运行的主机的名称,通常NULL(默认值)。如果这个参数(或用户名)为NULL,则函数将尝试获取一个连接的连接管理器环境中。如果您已连接到一个以上的服务器在目前的R会话rreval这个参数需要提供。


参数:userName
the name of user on remote host that is running rreServer; usually NULL (the default). If this param (or hostName) is NULL, the function will attempt to retrieve a connection from the connection manager environment.  This param needs to be supplied only if you have connected to more than one rreval server in the current R session.
用户在远程主机上运行rreServer的名称,通常NULL(默认值)。如果这个参数(或主机名)是NULL,该函数将试图获取一个连接的连接管理器环境中。如果您已连接到一个以上的服务器在目前的R会话rreval这个参数需要提供。


Details

详细信息----------Details----------

re() is a convenience function, really just a wrapper for remoteEval(as.expression(substitute(x)).
重新()是一个很方便的功能,真的只是一个包装remoteEval(as.expression(替代(X))。


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

the result of the evaluation or NULL if the size of the result object exceeds maxBytesReturnable.
结果的评估或NULL如果结果对象的大小超过maxBytesReturnable。


注意----------Note----------

re() returns a result even if the expression includes an assignment. E.g. re(quote(a <- 2+2)) returns 4 AND creates a variable 'a' in the remote session with value 4. Note that returning large objects can be quite time consuming.  By default, objects whose serialized size exceeds maxBytesReturnable are not returned - NULL is returned instead.  To retrieve large objects, use scpDownload().  See the note in uploadObject() or upo().
重()返回一个结果,即使表达式包含一个分配。例如重(报价(< -  2 +2))返回,并创建一个变量a在远程会话中值4。请注意,返回大对象可以是相当费时。默认情况下,对象的序列化的大小超过maxBytesReturnable不会返回 -  NULL返回。要检索大对象中,使用scpDownload()。在uploadObject见附注()或UPO()。


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



Barnet Wagman


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 01:29 , Processed in 0.030193 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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