Cleans column names, removes unwanted columns and turns data frame into a tibble.
Source:R/clean_data.R
clean_df.Rd
Cleans column names, removes unwanted columns and turns data frame into a tibble.
Arguments
- df
Data frame returned by
wiesbaden::retrieve_data()
Examples
if (FALSE) { # \dontrun{
df <- wiesbaden::retrieve_data(
tablename = "21311LS001A",
genesis = c(db = "nrw")
)
clean_df(df)
} # }