Q63
What is the method to create a data frame ?
A.
frame(data)
B.
frameData()
C.
data.frame()
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
The method to create a data frame is data.frame().