Control Structures In R Programming - Study Mode

[#141] What are the data types in R on which binary operators can be applied?
Correct Answer

(D) Scalars, Matrices and Vectors

[#142] . . . . . . . . function is used for reading the .csv file in R language.
Correct Answer

(B) Read.csv ()

[#143] If a programmer wants the output to be a list then . . . . . . . . function is used.
Correct Answer

(B) Sapply

[#144] R code can be tested using . . . . . . . . package.
Correct Answer

(B) Hadley's testthat

[#145] How many types of data structures does R language have?
Correct Answer

(A) 2