change the name of columns that we know of to our standardized names. If there are new columns added that we don't know about, leave their name the same
wbformatcols(df, col_names, blank2NA = TRUE)
data frame returned from API call
a named vector of column names and what they will be changed to
logical. If TRUE
blank values are converted to NA
a data frame with the column names changed accordingly