πŸ“Š R Programming
Q. What is the command used to store R objects in a file?
  • (A) save (x, file="x.Rdata")
  • (B) save (x, file=x.Rdata)
  • (C) save (x, file="x.Rdata");
  • (D) save (x, file="x.data")
πŸ’¬ Discuss
βœ… Correct Answer: (A) save (x, file="x.Rdata")

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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