R dplyr - select() Helpers (starts_with, ends_with, contains)
• The select() function in dplyr offers helper functions that match column names by patterns, eliminating tedious manual column specification and reducing errors in data manipulation workflows