twListToDF(twitteR)
twListToDF()所属R语言包:twitteR
A function to convert twitteR lists to data.frames
一个函数来转换Twitter列表data.frames
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will take a list of objects from a single twitteR class and return a data.frame version of the members
此功能将需要从一个单一的Twitter类的对象列表,并返回一个数据框版本的成员
用法----------Usage----------
twListToDF(twList)
参数----------Arguments----------
参数:twList
A list of objects of a single twitteR class, restrictions are listed in details
一个单一的Twitter类的对象的列表,列出限制details
Details
详细信息----------Details----------
The classes supported by this function are status, user, directMessage, rateLimitInfo, and trend.
此函数的类的支持是status,user,directMessage,rateLimitInfo和trend。
值----------Value----------
A data.frame with rows corresponding to the objects in the list and columns being the fields of the class
Adata.frame的行对应的对象类字段中的列表和列
(作者)----------Author(s)----------
Jeff Gentry
参见----------See Also----------
status, user, directMessage, rateLimitInfo, trend
status,user,directMessage,rateLimitInfo,trend
实例----------Examples----------
zz <- searchTwitter("#rstats")[rstats“)]
twListToDF(zz)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|