Data Manipulation
We wish to get the names of the columns of a Data Frame.
df %>% names()
Here is how this works:
df
names()