Skip to content

Instantly share code, notes, and snippets.

@hampelm
Created June 14, 2012 21:09
Show Gist options
  • Save hampelm/2932969 to your computer and use it in GitHub Desktop.
Save hampelm/2932969 to your computer and use it in GitHub Desktop.
library(ggplot2)
library(RJSONIO)
library(foreign)
input_dir = "~/projects/cfa/misc/stats/"
snow = read.csv(paste(input_dir, "snow_pot.csv", sep=""))
?read.csv
class(snow)
dim(snow)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment