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

functions #236

Open carriewright11 opened 1 month ago

carriewright11 commented 1 month ago

the key online (the Rmd on the website) does not match what is in the main branch (and the html looks fine on the website): shows: plot_ces <- function(col_name){ ggplot(data = ces, aes(x = , y = Poverty)) + geom_point() }

instead of plot_ces <- function(col_name){ ggplot(data = ces, aes(x = {{col_name}}, y = Poverty)) + geom_point() }

carriewright11 commented 1 month ago

I wonder if this has to do with the render of the schedule somehow

carriewright11 commented 1 month ago

maybe the render didn't get the file completely - super odd:

Screenshot 2024-10-10 at 3 08 26 PM
carriewright11 commented 1 month ago
Screenshot 2024-10-10 at 3 13 49 PM