python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use rtweet on rstudio.cloud?
I want to authenticate with Twitter (Rtweet package) via rstudio.cloud. The problem is that the authentication opens a new page each time where I am supposed to authorise via Twitter. When I am redire...
Nico Saameli
Votes: 0
Answers: 1
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 '...
rhenderson
Votes: 0
Answers: 2
Rtweet search multiple accounts
I have a project which I need to get tweets from companies twitter accounts. I plan to use the rtweet package in R and run the search_fullarchive. My question is how can I link a list of accounts to ...
Manuela Santos
Votes: 0
Answers: 1
Is there a way to return all tweets matching an element in a created vector?
I have a dataset where one variable is text from tweets (text). I want to detect all tweets matching at least one element in my vector (Ukr_words_MIX). Here is what I tried to do, using::rtweet, strin...
RagnaN
Votes: 0
Answers: 0