Vidyalelo
R Programming · Q67

Data Structures in R Programming

Programming · R Programming · question 67

Q67

What will be the output of the following R code? > p names(unclass(p)) > p wday

A.
1
Answer
B.
2
C.
3
D.
NULL

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board