tweeteR软件包具有根据指定的地理位置搜索推文的功能。
searchTwitter函数中的 geoid 参数有多精细?换句话说,在给定纬度和经度的情况下,我可以在近距离内搜索推文吗?
示例:
tweets = searchTwitter("food", # this is the keyword
geocode = "38.878337,-77.100703, 1mi", # 1 mile radius
n = 20)