Vidyalelo
JavaScript · Q63

Invocation And Performance Navigation

Programming · JavaScript · question 63

Q63

What is the method to create a data frame ?

A.
frame(data)
B.
frameData()
C.
data.frame()
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The method to create a data frame is data.frame().