Skip to content

Instantly share code, notes, and snippets.

View fernandobarbalho's full-sized avatar

Fernando Almeida Barbalho fernandobarbalho

View GitHub Profile
@cndesantana
cndesantana / enquete_twitter.R
Created June 6, 2020 16:30
criando figura com parcial de enquete feita no twitter
library(rtweet)
library(tidyverse)
library(tidyr)
library(tidytext)
library(tm)
tw = search_tweets("to:RodZeidan",n= 8000)
tw_pesquisa = tw %>% filter(reply_to_status_id == "1269113444646649857", !is_retweet, !is_quote)
nresp = nrow(tw_pesquisa)