732). What is the usage of the keyword ?? in R?

[A]Help window
[B]Extensive search
[C]Error correction
[D]Error detection

Show Answer

733). Which type of comment is not supported in R?

[A]Single-line comments
[B]Multi-line comments
[C]Both Single-line & Multi-line comments
[D]Multiple Comments

Show Answer

734). What is the usage of the keyword ? in R?

[A]Help window
[B] Extensive search
[C]Error correction
[D] Error detection

Show Answer

736). Which of the following is the assignment operator?

[A]<-
[B] ->
[C] =
[D]==

Show Answer

737). Which of the following is a loosely-typed language?

[A]R
[B]T
[C]S
[D]Both R and S

Show Answer

738). What is the limit to matrices in R?

[A]One dimensional
[B]Two dimensional
[C]Three dimensional
[D] No limit

Show Answer

741). Which function is used to create data frames?

[A]data.frames()
[B]frame.data()
[C]data.frame()
[D]frame(data)

Show Answer