jhudsl/intro_to_r

Functions

Opened this issue · 2 comments

Had a request to simplify this lecture - I think this is the most advanced of all our modules

  • Might be good to include a gif in the intro where we reiterate that this will be more advanced but we just want them to know what is possible?
  • We could also shift to less examples but do more of the motivation?
  • We might need to define lists cause we don't have that in the class lecture anymore

also maybe some deprecation updates regarding the lab?:

Previously

across(a:b, mean, na.rm = TRUE)

Now

across(a:b, (x) mean(x, na.rm = TRUE))

lab correction - P.1 says save as new variable but we mean dataset