Questions tagged [rtweet]

Questions about the R package for interacting with Twitter's API

An implementation of calls designed to extract and organize Twitter data via Twitter’s REST and stream API’s. Functions formulate GET and POST requests and convert response objects to more user friendly structures, e.g., data frames or lists. Specific consideration is given to functions designed to return tweets data from searches, streams, and timelines and user ids from friends and followers lists. More info: rtwitter reference manual.

198 questions
-1
votes
2 answers

How to merge duplicate rows in R

I am new to R and very stuck on a problem which I've tried to solve in various ways. I have data I want to plot to a graph that shows twitter engagements per day. To do this, I need to merge all the 'created at' rows, so there is only one data per…
-1
votes
2 answers

How to extract country-specific data using rtweet->search_fullarchive->place_country: commands?

I need to extract Twitter data, specific to a country using the place_country: keyword in the search_fullarchive command. x<-search_fullarchive("keyword", n=100,fromDate ="202003151558", toDate="202004101900",env_name="name",parse=TRUE,token =…
-2
votes
1 answer

R: Automate scraping & storage of Twitter data on the cloud

I am an R user working on a project that involves gaining insights from Twitter data (more specifically, scraping Twitter data using the rtweet package, and conducting a set of analyses on this data). In addition, I have built a Shiny app based on…
Varun
  • 1,211
  • 1
  • 14
  • 31
1 2 3
13
14