Created
October 1, 2012 20:43
-
-
Save vpereira/3814297 to your computer and use it in GitHub Desktop.
R open data with encoding
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
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