What would be the output of the following code ?m - matrix(nrow = 2, ncol = 3)dim(m)
Which of the following statement will save the output to the file for following code ?a - data.frame(x = rnorm(100), y = runif(100)) b - c(3, 4.4, 1 / 3)
What would be the output of the following code ? p - as.POSIXlt(x) names(unclass(p)) p$wday