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

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

[复制链接]
发表于 2012-10-1 12:30:59 | 显示全部楼层 |阅读模式
TSput(TSdbi)
TSput()所属R语言包:TSdbi

                                        Write Data to a Data Connection
                                         写数据到一个数据连接

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

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

Write data to a server.
写数据到服务器。


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


    TSput(x, serIDs=seriesNames(x), con=getOption("TSconnection"), ...)

    TSdelete(serIDs, con=getOption("TSconnection"),
        vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)

    TSreplace(x, serIDs=seriesNames(x), con=getOption("TSconnection"),
        vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)

    ## S4 method for signature 'ANY,missing,missing'
TSput(
        x, serIDs=seriesNames(x), con=getOption("TSconnection"), ...)
    ## S4 method for signature 'ANY,DBIConnection,missing'
TSput(
        x, serIDs=seriesNames(x), con=getOption("TSconnection"), ...)
    ## S4 method for signature 'ANY,character,ANY'
TSput(
        x, serIDs=seriesNames(x), con=getOption("TSconnection"), ...)

    ## S4 method for signature 'character,missing'
TSdelete(
        serIDs, con=getOption("TSconnection"),
        vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)
    ## S4 method for signature 'character,ANY'
TSdelete(
        serIDs, con=getOption("TSconnection"),
        vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)
    ## S4 method for signature 'character,missing,ANY,ANY'
TSdelete(
        serIDs, con=getOption("TSconnection"),
        vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)
    ## S4 method for signature 'character,ANY,ANY,ANY'
TSdelete(
        serIDs, con=getOption("TSconnection"),
        vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)

    ## S4 method for signature 'default'
TSreplace(
        x, serIDs=seriesNames(x), con=getOption("TSconnection"),
        vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)



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

参数:con
A database connection.
一个数据库连接。


参数:x
time series data.
时间序列数据。


参数:serIDs
identifiers for series on the database.
的数据库标识符系列。


参数:vintage
character string indicating vintage of the series on the  database (if supported by the database).
字符串指示复古系列数据库(如果数据库支持)。


参数:panel
character string indicating panel of the series on the  database (if supported by the database).
字符串,表示面板的系列数据库(如果数据库支持)。


参数:...
Arguments passed to other methods.
参数传递给其他方法。


Details

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

Class logicalId is a logical indicating if the operation succeeded, and also contains meta data indicating how to retrieve the data. (Except in  the case of TSdelete the data cannot be retrieved.)
类logicalId是一个逻辑,表示如果操作成功,同时也包含了元数据说明如何检索数据。 (除的情况下,TSdelete的数据不能被检索)。

These functions write data to a database connection.  TSreplace removes any existing object first. TSput will fail if a series with the same identifier already exists.
这些功能将数据写入到一个数据库连接。 TSreplace先消除任何现有的对象。 TSput如果已经存在具有相同标识符的一系列失败。

TSput and TSreplace provide ways to query a regularly  used single database. The connection can be set in options using options(TSconnection=con) and then only the series identifiers  need to be specified in calls to TSput and TSreplace.
TSput和TSreplace提供了一个经常使用的单一数据库方式查询。可以设置连接options使用options(TSconnection=con)“,然后只需要指定在调用TSput和TSreplace的系列标识符。

TSdescription and TSdoccan also be set. (Passed in ...). See TSputSQL for more details.
TSdescription和TSdoc也可以设置。 (通过)。见TSputSQL更多详情。

If an appropriate table cannot be determined from the series it will be necessary to pass the Table argument (in ...).  The DBI/SQL interface uses the following tables:
如果不能确定适当的表从系列中,这将是必要通过Table参数(...)。的DBI / SQL接口使用下表:


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

An object of class logicalId.
对象的类logicalId。


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

TSdbi-package, TSdates, TSget, TSputSQL, dbConnect
TSdbi-package,TSdates,TSget,TSputSQL,dbConnect

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 05:44 , Processed in 0.023262 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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