TSexists(TSdbi)
TSexists()所属R语言包:TSdbi
Check if Series Exist on a Database
检查系列存在于数据库
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return a logical value indicating if series exist on a
返回一个逻辑值,表示如果一系列存在于
用法----------Usage----------
TSexists(serIDs, con=getOption("TSconnection"),
vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)
## S4 method for signature 'default'
TSexists(
serIDs, con=getOption("TSconnection"),
vintage=getOption("TSvintage"), panel=getOption("TSpanel"), ...)
参数----------Arguments----------
参数:con
A database connection.
一个数据库连接。
参数: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----------
TSexists returns TRUE or FALSE, depending on whether the series exist at the connection. (All series specified must exist for TRUE.) If vintage is a vector then a corresponding vector result is returned.
TSexists返回TRUE或FALSE,取决于是否存在于连接的系列。 (指定所有系列必须存在为TRUE。)如果vintage是一个向量,那么相应的向量结果被返回。
值----------Value----------
Depends. See details.
视情况而定。查看详细信息。
参见----------See Also----------
TSdescription, TSget, TSput, TSdates
TSdescription,TSget,TSput,TSdates
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|