Using the default "iris" DataFrame in R, how come when creating a new column "NewCol"
iris[,\'NewCol\'] = as.POSIXlt(Sys.Date()) # throws