View redes_sociais_candidatos2022.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
################################################################################ | |
########## | |
########## OBTER HANDLE DE REDES SOCIAIS DE CANDIDATOS | |
########## A PARTIR DE INFORMACOES DO REPOSITORIO DO TSE | |
### Lucas Gelape | |
# Pacotes | |
library(dplyr) |
View abrilpelavida.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################### | |
# Pacotes | |
library(dplyr) | |
library(rtweet) | |
library(ggplot2) | |
################################################################################################### | |
# Busca tweets que podem conter a expressao que estamos buscando |
View butantan_redes.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################### | |
################################################################################################### | |
######### | |
######### "De cobras a funk: a guinada na comunicação digital do Instituto Butantan" | |
######### | |
######### Lucas Gelape | |
######### Analise de dados da materia publicada no Nucleo Jornalismo | |
######### | |
## Pacotes |
View materia_engajamento_divulgadores.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################### | |
##### | |
##### ENGAJAMENTO DE PERFIS NO SCIENCE PULSE AO LONGO DA COBERTURA | |
##### | |
##### | |
# Pacotes | |
library(lubridate) | |
library(stringr) | |
library(tidyr) |
View vereadores_jovens_2020.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Pacotes | |
library(eleicoesmun2020) | |
library(electionsBR) | |
library(dplyr) | |
library(stringr) | |
library(lubridate) | |
library(stringi) | |
library(tidyr) | |
### Funcoes gerais |
View reeleicao_desertos_noticia.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################## | |
################################################## | |
################################################## | |
##### | |
##### REELEICAO EM DESERTOS DE NOTICIA | |
##### | |
##### | |
# Lucas Gelape | |
# lucas@voltdata.info |
View stopwords_pt.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### STOPWORDS IN PORTUGUESE | |
## Create a unique dataset from several datasets with stopwords in Portuguese | |
# Lucas Gelape | |
# Packages | |
library(dplyr) | |
library(stringi) | |
library(readr) |
View orgaos_partidarios_tse_br_sgip.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################### | |
### CODIGO PARA COLETAR INFORMACOES DE ORGAOS PARTIDARIOS BRASILEIROS - SGIP/TSE | |
## Nivel: municipal | |
# Mes de coleta: Abril/2020 | |
# Lucas Gelape | |
# Disclaimer: o codigo demora algumas horas para coletar todas as informacoes |
View supermercado_twitter.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(dplyr) | |
library(rtweet) | |
library(ggplot2) | |
library(chron) | |
supermercado_busca <- search_tweets("\"estou no supermercado\"", n = 18000, | |
retryonratelimit = T, | |
include_rts = F) | |
supermercado <- supermercado_busca |
View nucleo_avaliacao_lideres.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################### | |
##### Codigo para limpeza dos dados e producao de graficos sobre avaliacao de chefes de Estado | |
##### Nucleo Jornalismo | |
################################################################################################### | |
# Pacotes | |
library(dplyr) |
NewerOlder