Skip to content

Instantly share code, notes, and snippets.

@dmarcelinobr
Created January 6, 2014 00:30
Show Gist options
  • Save dmarcelinobr/8276180 to your computer and use it in GitHub Desktop.
Save dmarcelinobr/8276180 to your computer and use it in GitHub Desktop.
time to import a text delimited file (458 MB)
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