πŸ“Š R Programming
Q. How do you select columns from a dplyr data frame where the column names start with the letter 'a'?
  • (A) select_cols(starts_with("a"))
  • (B) choose_columns(matches("a"))
  • (C) select(starts_with("a"))
  • (D) pick_cols(matches("a"))
πŸ’¬ Discuss
βœ… Correct Answer: (C) select(starts_with("a"))

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
102
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
80%
Success Rate