clean_df | R Documentation |
Cleans column names, removes unwanted columns and turns data frame into a tibble.
clean_df(df)
df |
Data frame returned by |
Tibble with cleaned column names and removed columns
## Not run:
df <- wiesbaden::retrieve_data(
tablename = "21311LS001A",
genesis = c(db = "nrw")
)
clean_df(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.