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

add photos programming-r; update description #8

Merged

Conversation

3mmaRand
Copy link
Contributor

No description provided.

Copy link

@ijlyttle ijlyttle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Emma 🎉 just a couple wee suggestions

---

# Description

Full workshop description goes here. Multi-paragraph ok.
This is a one-day, hands-on workshop intermediate R users who use the tidyverse and want to improve reduce the amount of duplication in their code. You will learn the two main ways to reduce duplication: creating functions and using iteration.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... want to improve and reduce ...

Full workshop description goes here. Multi-paragraph ok.
This is a one-day, hands-on workshop intermediate R users who use the tidyverse and want to improve reduce the amount of duplication in their code. You will learn the two main ways to reduce duplication: creating functions and using iteration.

We will use a tidyverse approach to cover function design and iteration. When writing a function you will learn how to deal with "data masking", give default values to arguments, give unspecified arguments and what side effects are and how to manage them. In the afternoon, you will learn how to iterate across the columns of a dataframe using `across()`, what "anonymous" functions are and how to read and write multiple files using **`purrr`**.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... give unspecified arguments, what side effects are and how to manage them.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good spots, thanks

@mine-cetinkaya-rundel mine-cetinkaya-rundel merged commit 3cc2da3 into posit-conf-2024:main Jan 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants