Vidyalelo
R Programming · Q43

Data Structures in R Programming

Programming · R Programming · question 43

Q43

Which of the following is used for reading tabular data? > y dput(y, file = "y.R") > new.y new.y

A.
a b
1 1 a
Answer
B.
a b
1 2 b
C.
a b
2 1 a
D.
b a
1 a a

Answer: Option A

Solution

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