Vidyalelo
R Programming · Q91

Data Structures in R Programming

Programming · R Programming · question 91

Q91

Point out the wrong statement?

A.
write.table is used for for writing tabular data to text files (i.e. CSV) or connections
B.
writeLines is used for for writing character data line-by-line to a file or connection
C.
dump is used for for dumping a textual representation of multiple R objects
D.
all of the mentioned
Answer

Answer: Option D

Solution

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