Q. Which of the following code would read 100 rows?

  • (A) initial <- read.table("datatable.txt", nrows = 100)
  • (B) tabAll <- read.table("datatable.txt", colClasses = classes)
  • (C) initial <- read.table("datatable.txt", nrows = 99)
  • (D) initial <- read.table("datatable.txt", nrows = 101)
πŸ’¬ Discuss
βœ… Correct Answer: (A) initial <- read.table("datatable.txt", nrows = 100)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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