TSdates(TSdbi)
TSdates()所属R语言包:TSdbi
Check Data Availability
检查数据的可用性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Check the dates for which date is available.
检查日期的日期是可用的。
用法----------Usage----------
TSdates(serIDs, con=getOption("TSconnection"),
vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)
## S4 method for signature 'character,missing'
TSdates(serIDs, con=getOption("TSconnection"),
vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)
## S4 method for signature 'character,ANY'
TSdates(serIDs, con=getOption("TSconnection"),
vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)
## S3 method for class 'TSdates'
start(x, ...)
## S3 method for class 'TSdates'
tfstart(x)
## S3 method for class 'TSdates'
end(x, ...)
## S3 method for class 'TSdates'
tfend(x)
参数----------Arguments----------
参数:con
A database connection.
一个数据库连接。
参数:serIDs
identifiers for series on the database.
的数据库标识符系列。
参数:x
an object returned by TSdates.
返回的对象TSdates。
参数: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----------
TSdates returns information about the start and end of each series in serIDs. con is a database connection as returned by dbConnect. TSdates also provides simple way to query a regularly used 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 TSdates.
TSdates返回在serIDs每个系列的开始和结束的信息。 con是一个数据库连接返回的dbConnect。 TSdates还提供了简单的方法来查询经常使用的数据库。可以设置在options使用options(TSconnection=con)“,然后只需要指定在调用TSdates的系列标识符的连接。
start, tfstart, end, and tfend extract start and end dates from the object returned by TSdates.
start, tfstart, end,和tfend提取的开始日期和结束日期,的对象返回TSdates。
值----------Value----------
depends.
视情况而定。
参见----------See Also----------
TSdbi-package, TSdescription, dbConnect, TSget, TSput, tfstart, tfend
TSdbi-package,TSdescription,dbConnect,TSget,TSput,tfstart,tfend
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|