Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions #605

Open
3 tasks
carriewright11 opened this issue Jun 21, 2024 · 2 comments
Open
3 tasks

Functions #605

carriewright11 opened this issue Jun 21, 2024 · 2 comments

Comments

@carriewright11
Copy link
Member

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
@carriewright11
Copy link
Member Author

carriewright11 commented Jun 21, 2024

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))

@carriewright11
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant