What is the method to create a data frame ?
A
frame(data)
B
frameData()
C
data.frame()
D
none of the mentioned
Correct Answer: data.frame()
The method to create a data frame is data.frame().