Skip to content

Commit

Permalink
Correct link functions solutions 20240926
Browse files Browse the repository at this point in the history
Co-Authored-By: EmmaCartuyvels1 <[email protected]>
  • Loading branch information
damianooldoni and EmmaCartuyvels1 committed Oct 17, 2024
1 parent 73f0e95 commit 87257d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@

# Resources

- Challenges solutions: functions are saved in [20240926_challenges_functions.R](https://github.com/inbo/coding-club/blob/main/src/20240926/20240926_challenges_functions.R). They are used in [20240926_challenges_solutions.R](https://github.com/inbo/coding-club/blob/main/src/20240926/20240926_challenges_solutions.R).
- Challenges solutions: functions are saved in [20240926_challenges_functions.R](https://github.com/inbo/coding-club/blob/main/src/20240926/20240926_functions_solutions.R). They are used in [20240926_challenges_solutions.R](https://github.com/inbo/coding-club/blob/main/src/20240926/20240926_challenges_solutions.R).
- The edited video recording is available on [vimeo](https://vimeo.com/1020238177).
- Do you want to learn more about functions? Get a more [formal framework](https://www.stat.berkeley.edu/~statcur/Workshop2/Presentations/functions.pdf), go [in depth](http://adv-r.had.co.nz/Functions.html#function-arguments), do a check [under the hood](http://swcarpentry.github.io/swc-releases/2017.08/r-novice-inflammation/14-supp-call-stack/) or learn more about [programming with `dplyr`](https://dplyr.tidyverse.org/articles/programming.html).
- The [INBO styleguide for R code](https://inbo.github.io/tutorials/tutorials/styleguide_r_code/).
Expand Down

0 comments on commit 87257d1

Please sign in to comment.