Skip to content

Instantly share code, notes, and snippets.

View thaismdr's full-sized avatar

thaismdr thaismdr

View GitHub Profile
library(rgdal)
library(dplyr)
library(ggmap)
library(RColorBrewer)
library(classInt)
gpclibPermit()
votacao <- read.csv("~/devel/eleicoes2016/raw/eleicao2012/votacao_candidato_munzona_2012_SP.csv", sep=";", quote="\"", header = FALSE, fileEncoding="cp1252")
eleitos <- votacao %>%