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
Answer1 1 a
B.
a b
1 2 b
1 2 b
C.
a b
2 1 a
2 1 a
D.
b a
1 a a
1 a a
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board