code/01-data/clean_data.R

#--------------------------------------------------------------------
#clean data

flower_data_f <- flower_data %>%
  clean_names() %>%
  as_tibble()
johnmorehouse/workflow_template documentation built on June 22, 2019, 12:44 a.m.