Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jthomasmock/penguin-project
https://github.com/jthomasmock/penguin-project
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jthomasmock/penguin-project
- Owner: jthomasmock
- Created: 2021-08-25T22:38:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T17:04:30.000Z (about 3 years ago)
- Last Synced: 2023-03-06T03:36:49.687Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 21.8 MB
- Stars: 84
- Watchers: 5
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### RMarkdown Readme
The full [Content Package](https://docs.google.com/document/d/1VKGs1G9GcQcv4pCYFbK68_LDh72ODiZsIxXLN0z-zD4/) with details about the presentation and summaries.
[![YouTube Video](youtube-screenshot.png)](https://www.youtube.com/watch?v=WkF7nqEYF1E)
* [YouTube recording](https://www.youtube.com/watch?v=WkF7nqEYF1E)
* The corresponding slides are available at in [PDF](rmd-slides.pdf)You will want to install the following packages if you haven't already:
```{r}
all_packages <- c(
"palmerpenguins", "rmarkdown", "bslib", "tidyverse", "reactable", "DT",
"whisker", "glue", "flexdashboard", "plotly", "blastula", "shiny", "gt",
"reticulate", "xaringan", "distill"
)install.packages(all_packages)
```The basic pattern of interacting with this set of code examples will be to go from 01 - 04 in the folders.
```
# A tibble: 18 × 1
files
1 01-visual-editor/reticulate-doc.Rmd
2 01-visual-editor/visual-rmd.Rmd
3 02-data-products/flexdashboard-ex.Rmd
4 02-data-products/penguin-distill.Rmd
5 02-data-products/reactable-ex.Rmd
6 02-data-products/xaringan-ex.Rmd
7 03-control-document/adelie-report.Rmd
8 03-control-document/demo-blastula.Rmd
9 03-control-document/penguin-email.Rmd
10 03-control-document/penguin-emailer.Rmd
11 03-control-document/penguin-params.Rmd
12 03-control-document/reference-external.Rmd
13 03-control-document/use-child-adelie.Rmd
14 03-control-document/use-conditional-child.Rmd
15 04-templating/loop-within-doc.Rmd
16 04-templating/penguin-params.Rmd
17 04-templating/penguin-whiskers.Rmd
18 04-templating/whisker-vs-glue.Rmd
```