Skip to content

Commit

Permalink
Mention solutions and webinar 20231026
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Nov 7, 2023
1 parent 880fd35 commit 0870955
Showing 1 changed file with 28 additions and 10 deletions.
38 changes: 28 additions & 10 deletions docs/sessions/20231026_from_code_to_reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,16 +322,34 @@

# Resources

1. Solutions and edited video recording soon available
2. Check out the range of outputs and formats you can create using R Markdown: https://rmarkdown.rstudio.com/gallery
3. Article to learn more about [Visual Markdown Editor](https://rstudio.github.io/visual-markdown-editing/) in RStudio
4. [R Markdown cheat sheet](https://www.rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf)
5. Online book about [bookdown](https://bookdown.org/yihui/bookdown/)
6. [Thierry's slides](https://inbo.github.io/inbomd_examples/inbomd_workshop/inbomd_workshop.pdf) about writing a report with INBOmd
7. [Examples](https://inbo.github.io/inbomd_examples/) of reports, slides, posters, etc. created with INBO templates from `INBOmd` (with links to source code!)
8. [Article](https://www.educative.io/blog/yaml-tutorial) about YAML
9. quarto (.qmd) format: a [getting started](https://quarto.org/docs/get-started/hello/rstudio.html)
10. Carlos Scheidegger's [slides](https://cscheid.net/static/2023-esip-quarto-talk/#/title-slide) and [live presentation](https://youtu.be/uQ3yZjM1bj8)
### Solutions

You can download the solutions by running: `inborutils::setup_codingclub_session("20231026")`. Here below the links on GitHub if you prefer to download them manually:

1. Solution challenge 1: [Rmd](https://github.com/inbo/coding-club/blob/master/src/20231026/1_geese_read_data.Rmd) and related [html](https://github.com/inbo/coding-club/blob/master/src/20231026/1_geese_read_data.html) document
2. Solution challenge 2: [Rmd](https://github.com/inbo/coding-club/blob/master/src/20231026/2_visualize_data.Rmd) and related [html](https://github.com/inbo/coding-club/blob/master/src/20231026/2_visualize_data.html) document.
3. The solution of challenge 3 and (part of) the bonus challenge is an entire _book_ project placed in a zip file: [`/src/20231026/my_project_20231026.zip`](https://github.com/inbo/coding-club/blob/main/src/20231026/my_report_20231026.zip).

**Note** about challenge 3 and bonus: please unzip `my_project_20231026.zip` in a folder, for example `my_project_20231026`. To see the html book, go to `docs` and open the file `index.html`. Do you want to (re)build the book yourself or just see the R Markdown files (chapters) of the book? Open the RStudio project `my_report_20231026.Rproj`. The three Rmd files are in the root directory.

### Webinar

[Video recording](https://vimeo.com/882091035?share=copy) is available on vimeo. Do you know that all INBO coding club videos can be found on our [vimeo channel](https://vimeo.com/channels/1659345)?

---
class: left, top

# Resources

1. Check out the range of outputs and formats you can create using R Markdown: https://rmarkdown.rstudio.com/gallery
2. Article to learn more about [Visual Markdown Editor](https://rstudio.github.io/visual-markdown-editing/) in RStudio
3. [R Markdown cheat sheet](https://www.rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf)
4. Online book about [bookdown](https://bookdown.org/yihui/bookdown/)
5. [Thierry's slides](https://inbo.github.io/inbomd_examples/inbomd_workshop/inbomd_workshop.pdf) about writing a report with INBOmd
6. [Examples](https://inbo.github.io/inbomd_examples/) of reports, slides, posters, etc. created with INBO templates from `INBOmd` (with links to source code!)
7. [Article](https://www.educative.io/blog/yaml-tutorial) about YAML
8. quarto (.qmd) format: a [getting started](https://quarto.org/docs/get-started/hello/rstudio.html)
9. Carlos Scheidegger's [slides](https://cscheid.net/static/2023-esip-quarto-talk/#/title-slide) and [live presentation](https://youtu.be/uQ3yZjM1bj8)

---
class: center, middle
Expand Down

0 comments on commit 0870955

Please sign in to comment.