πŸ“Š R Programming
Q. How do you extract the first row of a data frame named my_data in R?
  • (A) my_data[1, ]
  • (B) my_data[first_row()]
  • (C) my_data[,"row" == 1]
  • (D) extract_row(my_data, 1)
πŸ’¬ Discuss
βœ… Correct Answer: (A) my_data[1, ]

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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