31.
If commands are stored in an external file, say commands.R in the working directory work, they may be executed at any time in an R session with the command . . . . . . . .

32.
Point out the wrong statement?

38.
What will be the output of the following R function?
ab <- list(1, 2, 3, "X", "Y", "Z")
dim(ab) <- c(3,2)
print(ab)

39.
Point out the wrong statement?

Read More Section(Introduction to R Programming)

Each Section contains maximum 100 MCQs question on Introduction to R Programming. To get more questions visit other sections.