getTrends(twitteR)
getTrends()所属R语言包:twitteR
Functions to view Twitter trends
功能来查看Twitter趋势
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions will allow you to interact with the trend portion of the Twitter API
这些功能将能够让您接触部分的Twitter API的趋势
用法----------Usage----------
getTrends(period = c("daily", "weekly"), exclude = NULL, date = NULL)
参数----------Arguments----------
参数:period
One ofdaily, or weekly, to describe the time period to acquire data for
daily或weekly,描述的时间内采集数据,
参数:exclude
If set to hashtags, will exclude hashtags
如果设置到hashtags,将排除#标签
参数:date
For periods daily and weekly, the date to use as a starting point, in the format YYYY-MM-DD. Note that going back too far (roughly 10-14 days) will result in an empty result
的期间daily和weekly,使用为出发点,在格式“YYYY-MM-DD的日期。需要注意的是太远(约10-14天),将导致一个空的结果
Details
详细信息----------Details----------
The daily period will return the top 20 trending topics per hour for the given date
“daily期间将返回前20个热门话题每小时在指定的日期
The weekly period will return the top 30 trending topics for each day of the week starting with date
“weekly期间将返回前30个热门话题的每一天开始的一周date
值----------Value----------
A list of trend objects
trend对象列表
(作者)----------Author(s)----------
Jeff Gentry
参见----------See Also----------
trend
trend
实例----------Examples----------
t1 <- getTrends()
t2 <- getTrends('weekly', as.character(Sys.Date()-1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|