Re-factor the Birthdate column to be a true Date variable

step_birthdate(df)

Arguments

df

a tibble of demographic data

Value

a tibble

Examples

#demo_raw <- step_birthdate(df = demo_raw)