Skip to content

Instantly share code, notes, and snippets.

@cecilialiao
Created December 28, 2012 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cecilialiao/4398078 to your computer and use it in GitHub Desktop.
Save cecilialiao/4398078 to your computer and use it in GitHub Desktop.
> class(august_raw)
[1] "data.frame"
> ncol(august_raw)
[1] 11
> system.time(august_raw <- read.csv("T201208PDPI BNFT.CSV"))
user system elapsed
231.41 6.43 238.73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment