Data Structures In R Programming MCQs
Practice Data Structures In R Programming MCQs for competitive exams.
Data Structures In R Programming MCQs
Practice questions from this topic.
What will be the output of the following R code? > x x$a
Correct Answer: A
. . . . . . . . generate summary statistics of different variables in the data frame, possibly within strata.
Correct Answer: B
Which of the following argument denotes if the file has a header line?
Correct Answer: A
The dplyr package can be installed from CRAN using . . . . . . . .
Correct Answer: B
We can dump() R objects to a file by passing . . . . . . . .
Correct Answer: A
What will be the output of the following R code? > datestring x x
Correct Answer: A
What will be the output of the following R code? > x y y-x
Correct Answer: A
Which of the following function gives the day of the week?
Correct Answer: A
Which of the following statement would read file "foo.txt"?
Correct Answer: A
. . . . . . . . extract a subset of rows from a dataframe based on logical conditions.
Correct Answer: A
What will be the output of the following R code? > x name x$name
Correct Answer: D
dplyr can be integrated with the . . . . . . . . package for large fast tables.
Correct Answer: A
