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

R语言 twitteR包 status-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 13:11:40 | 显示全部楼层 |阅读模式
status-class(twitteR)
status-class()所属R语言包:twitteR

                                        Class to contain a Twitter status
                                         类包含了Twitter的状态

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

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

Container for Twitter status messages, including the text
集装箱的Twitter状态信息,包括文字


Details

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

The status class is implemented as a reference class.  This class was previously implemented as an S4 class, and for backward compatibility purposes the old S4 accessor methods have been left in, although new code should not be written with these.  An instance of a generator for this class is provided as a convenience to the user as it is configured to handle most standard cases.  To access this generator, use the object statusFactory.  Accessor set & get methods are provided for every field using reference class $accessors() methodology (see setRefClass for more details).  As an example, the screenName field could be accessed using object$getScreenName and object$setScreenName.
status作为参考类类实现。这个类实现为S4级,向后兼容的目的的老S4的访问方法已离开,虽然新的代码不应该写的这些。这个类的一个实例生成器,用于提供给用户一个方便,因为它被配置为处理最标准的情况下。要访问此生成器,使用对象statusFactory。访问器组和get方法为各个领域提供使用引用类$accessors()方法(见setRefClass为更多细节)。作为一个例子,screenName域可以访问使用object$getScreenName和object$setScreenName。

The constructor of this object assumes that the user is passing in a JSON encoded Twitter status.  It is also possible to directly pass in the arguments.
这个对象的构造函数假定用户是通过在一个JSON编码的Twitter状态。另外,也可以直接通过在参数中。


字段----------Fields----------




text: The text of the status
text:文本中的地位




screenName: Screen name of the user who posted this status
screenName:网名发布此状态的用户




id: ID of this status
id:这种状态的ID




replyToSN: Screen name of the user this is in reply
replyToSN:屏幕的用户名,这是在答复




replyToUID: ID of the user this was in reply to
replyToUID:用户ID,这是在回答




statusSource: Source user agent for this tweet
statusSource:源的用户代理此tweet




created: When this status was created
created:当此状态




truncated: Whether this status was truncated
truncated:这个状态是否被截断




favorited: Whether this status has been favorited



方法----------Methods----------




toDataFrame: Converts this into a one row data.frame, with each field representing a column. This can also be accomplished by the S4 style
toDataFrame:将其转换成一排data.frame,每个字段表示列。这也可以通过S4的风格


(作者)----------Author(s)----------


Jeff Gentry



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

publicTimeline, userTimeline, setRefClass
publicTimeline,userTimeline,setRefClass


实例----------Examples----------


   ## This example is run, but likely not how you want to do things[#这个例子运行,但可能不是如何你想要做的事情]
   st <- statusFactory$new(screenName="test", text="test message")
   st$getScreenName()
   st$getText()

   ## Not run: [#不运行:]
     ## Assume 'json' is the return from a Twitter call[#假设的JSON“是从一个Twitter调用回报]
     st <- statusFactory$new(json)
     st$getScreenName()
   
## End(Not run)[#(不执行)]
   

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 17:46 , Processed in 0.024350 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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