Skip to content

Instantly share code, notes, and snippets.

@vpereira
Created October 1, 2012 20:43
Show Gist options
  • Save vpereira/3814297 to your computer and use it in GitHub Desktop.
Save vpereira/3814297 to your computer and use it in GitHub Desktop.
R open data with encoding
sp_censo2010 <- read.csv("~/R/sp_censo2010.csv", header=T, skip=2, dec=",",fileEncoding="ISO-8859-1", nrows=64)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment