SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use starts_with and dplyr's select() like so:
starts_with
dplyr
select()
df <- df %>% dplyr:: select(starts_with("ABC"))