Mount-Hood-Environmental / DASH

R Package Companion to the Drone Assisted Stream Habitat (DASH) Protocol
Other
3 stars 0 forks source link

Compare Column Names #14

Open mackerman44 opened 4 years ago

mackerman44 commented 4 years ago

I created a function check_col_names() to compare a list of column names from a data frame being imported to a list of expected column names. However, I see there is a function janitor::compare_df_cols() to do a similar thing. Consider seeing if I can use compare_df_cols() instead.