fhdsl / DaSEH

🌼 Collection of materials to accompany the R25 funded "Data Science for Environmental Health" short course
https://daseh.org
MIT License
0 stars 1 forks source link

data classes lab #92

Open ehumph opened 1 month ago

ehumph commented 1 month ago

Line 68: Use the mutate() function to create a new column named date_formatted that is of first_sample_date class. The new variable is created from date column. Hint: use mdy() function.

the date column referenced actually is first_sample_date. Wording is unclear/incorrect