I have a large data frame that consists of data that looks something like this:
date w x y z region 1 2012 01 21 43 12 3 NO
is this what you want ? df_list <- split(data, as.factor(data$date))
df_list <- split(data, as.factor(data$date))