hayio
12/27/2015 - 11:59 PM

Create data frame (or table) from scratch in console.

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))