Create data frame (or table) from scratch in console.
# create 3 column and 2 row DF data.frame(date=c("2013", "1340"), min = c(1,2), max = c(5,6))