πŸ“Š R Programming
Q. Which of the following statement can read csv files?
  • (A) read.table(filename,header=TRUE,sep=',')
  • (B) read.csv(filename,header=TRUE,sep=',')
  • (C) read.tab(filename,header=TRUE,sep=',')
  • (D) read.tab(filename,header=False,sep=',')
πŸ’¬ Discuss
βœ… Correct Answer: (A) read.table(filename,header=TRUE,sep=',')

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
245
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Pooja
Publisher
πŸ“ˆ
93%
Success Rate