πŸ“Š R Programming
Q. Which of the following is used for reading tabular data?
> y <- data.frame(a = 1, b = "a")
> dput(y, file = "y.R")
> new.y <- dget("y.R")
> new.y
  • (A) a b 1 1 a
  • (B) a b 1 2 b
  • (C) a b 2 1 a
  • (D) b a 1 a a
πŸ’¬ Discuss
βœ… Correct Answer: (A) a b 1 1 a

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
120
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate