clean_df: Cleans column names, removes unwanted columns and turns data...

View source: R/clean_data.R

clean_dfR Documentation

Cleans column names, removes unwanted columns and turns data frame into a tibble.

Description

Cleans column names, removes unwanted columns and turns data frame into a tibble.

Usage

clean_df(df)

Arguments

df

Data frame returned by wiesbaden::retrieve_data()

Value

Tibble with cleaned column names and removed columns

Examples

## Not run: 
df <- wiesbaden::retrieve_data(
  tablename = "21311LS001A",
  genesis = c(db = "nrw")
)

clean_df(df)

## End(Not run)

RichardMeyer-Eppler/studentenstatistikNRW documentation built on July 27, 2024, 3:14 a.m.