Skip to content

Instantly share code, notes, and snippets.

View gugat's full-sized avatar

Gustavo Salazar gugat

  • Buk
  • Santiago - Chile
View GitHub Profile
@gugat
gugat / postman_parse_link_headers.rb
Last active September 3, 2019 20:25 — forked from thesowah/plh.rb
Parse link headers from Postman API in Ruby
@gugat
gugat / conteo_votos.R
Created February 11, 2021 14:35 — forked from loreabad6/conteo_votos.R
Diferencia entre @yakuperezg y @LassoGuillermo, tweets de @angiegomeza de los resultados del CNE.
library(rtweet)
library(tidyverse)
library(lubridate)
library(gganimate)
# Extraer tweets de Andrea Gomez
reconteo = search_tweets(
q = "angiegomeza AND Actualización AND Diferencia",
include_rts = F
)