Created
January 6, 2014 00:30
-
-
Save dmarcelinobr/8276180 to your computer and use it in GitHub Desktop.
time to import a text delimited file (458 MB)
This file contains hidden or 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
| R> system.time(cand_Brazil<-read.csv2(file="cand_Brazil.txt", header=TRUE)) | |
| user system elapsed | |
| 98.540 1.752 102.490 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment