putpadi(TSpadi)
putpadi()所属R语言包:TSpadi
PADI Functions
PADI功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
see details
详情请参阅
用法----------Usage----------
putpadi(data, server=PADIserver(), dbname="",
series=seriesNames(data),
start.server=TRUE, server.process=PADIserverProcess(),
cleanup.script=PADIcleanupScript(),
user=Sys.info()[["user"]], passwd="",
stop.on.error=TRUE, warn=TRUE, timeout=60)
## Default S3 method:
putpadi(data, server=PADIserver(), dbname="",
series=seriesNames(data),
start.server=TRUE, server.process=PADIserverProcess(),
cleanup.script=PADIcleanupScript(),
user=Sys.info()[["user"]], passwd="",
stop.on.error=TRUE, warn=TRUE, timeout=60)
参数----------Arguments----------
参数:data
a data object to put on the server.
一个数据对象,把在服务器上。
参数:server
string or vector of strings indicating the server where the series will be found. Scalar values are expanded to a vector of appropriate length.
字符串或向量的字符串表示该系列的服务器上,会发现。标量的值扩展到适当的长度的矢量。
参数:dbname
string or vector of strings indicating additional information for the server. Scalar values are expanded to a vector of appropriate length.
字符串或向量的字符串表示的服务器的其他信息。标量的值扩展到适当的长度的矢量。
参数:series
vector of strings to use for series identifiers.
矢量系列标识符的字符串使用。
参数:start.server
logical indicating if a (local) server should be started.
逻辑(本地)服务器应该启动。
参数:server.process
string indicating the name to be used to start a server process.
字符串,表示可以用来启动一个服务器进程的名称。
参数:cleanup.script
string indicating the name to be used to shut down a server process.
字符串表示的名称被用来关闭一个服务器进程。
参数:user
an optional string used by the server to check permission.
一个可选的字符串使用的服务器,以检查许可。
参数:passwd
an optional string used by the server to check permission.
一个可选的字符串使用的服务器,以检查许可。
参数:stop.on.error
logical indicating if the function should stop if any series produces an error, or continue with other series.
逻辑表明,如果任何系列的功能应该停止,如果产生错误,或者继续与其他系列。
参数:warn
logical indicating if warning messages should be supressed.
逻辑,指示警告消息应supressed。
参数:timeout
an integer indicating the number of seconds to wait before concluding that the server is not available.
一个整数,表示等待的秒数结束前的服务器不可用。
Details
详细信息----------Details----------
This function is depricated. See TSput instead.
此函数DEPRICATED。见而非的TSput。
The function putpadi writes data to a specified databases on a specified server (default local).
功能putpadi将数据写入到指定的数据库上指定的服务器(默认的本地)。
If start.server is FALSE then there will be no attempt to start a server and the function will stop if a server is not running. If start.server is TRUE (the default) then if server==PADIserver() (the default) and a server is not already running, there will be an attempt to start a server using the argument server.process. The default is a "local mode" Fame server.
如果start.server是假的,那么将不会有尝试启动服务器,如果服务器没有运行,该功能将停止。如果是TRUE start.server(默认值),然后如果服务器== PADIserver()(默认)和服务器尚未运行,将尝试启动的服务器使用的参数server.process。默认情况下是一个“本地模式”名人堂服务器。
The argument server.process is only used if it is necessary to start a server.
参数server.process仅用于如果有必要启动服务器。
If specified, server would typically be a single string, though there is some attempt to handle vectors of strings (indicating different servers for each series).
如果指定的话,服务器通常是一个字符串,尽管有一些处理字符串向量(表示每个系列的不同的服务器上)。
dbname should typically be supplied. (but some servers might accept an empty string ("") or ignore any string supplied. If the server is being started then it will run in the Unix pwd and local path names should work, BUT in general there is no guarantee that the server is running in the pwd and complete path names may be required. data can be a vector, matrix, time series or time series matrix. Dates are used when available. If data is a vector or single time series, then server, dbname, and series should have length 1. If data is a matrix or time series matrix with more than one series then server, dbname, and series should be character strings of the same length or, server and dbname can be length 1, in which case the string will be repeated for all series. If they do not exist then an error is indicated. The strings user and passwd are passed to the server, but may or may not be used, depending on the server implementation. If stop.on.error is TRUE (default) the function stops if there is an error writing any series. Otherwise, the result is TRUE or FALSE for each series, indicating success or failure.
dbname的通常应该供给。 (但有些服务器可能会接受一个空字符串(“”)或忽略任何字符串。如果服务器正在启动,那么它将运行在Unix密码的本地路径名称应,但一般不能保证,服务器正在运行中的密码和完整的路径名可能需要的数据可以是一个向量,矩阵,时间序列,时间序列矩阵。日期时使用,如果数据是一个向量或单一的时间序列,然后服务器,数据库名和系列应具有长度为1,如果数据是一个矩阵或时间序列矩阵与一个以上的系列,然后服务器,数据库名,和系列应该是相同的长度或,服务器和dbname的字符串可以是长度为1,在这种情况下,该字符串将被重复进行所有系列,如果它们不存在,那么发出一个错误指示的字符串的用户和passwd被传递到服务器,但可能会或可能不会被使用,这取决于在服务器上执行。如果stop.on.错误是TRUE(默认值)的功能停止,如果有任何系列的写入错误。否则,结果为TRUE或FALSE每个系列,指示成功或失败。
值----------Value----------
depends
取决于
参见----------See Also----------
checkPADIserver getpadi
checkPADIservergetpadi
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|