R/utils.R
remove_cols_from_df.Rd
Function that removes column(s) from data frame
remove_cols_from_df(df, cnames = NULL)
data.frame with data
character vector with column names
df data.frame with columns removed (if present originally)