rre.closeClient(rreval)
rre.closeClient()所属R语言包:rreval
Close the connection to a remote server.
关闭连接到远程服务器。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
rre.closeClient() closes the connection to a remote server that was created by rre.startClient(). After this function is called, the remote server can accept a connection from another client. If this is the last client connected to the client app, the app is shutdown.
rre.closeClient()关闭连接到远程服务器中创建由rre.startClient()。这个函数被调用后,远程服务器可以接受从其他客户端的连接。如果这是最后一个客户端连接到客户端应用程序,该应用程序被关闭。
用法----------Usage----------
rre.closeClient(hostName = NULL, userName = NULL)
参数----------Arguments----------
参数: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 and close it. 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 and close it. 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这个参数需要提供。
(作者)----------Author(s)----------
Barnet Wagman
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|