-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
36,856 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "Overview" | ||
subtitle: "Core 2: xxxxxxxxxxxxxx" | ||
--- | ||
|
||
xxxxx | ||
|
||
### Learning objectives | ||
|
||
- dd | ||
- dd. | ||
- dd | ||
- d | ||
|
||
### Instructions | ||
|
||
1. [Prepare](study_before_workshop.qmd) | ||
|
||
i. π Read | ||
|
||
2. [Workshop](workshop.qmd) | ||
|
||
i. π» dd. | ||
|
||
ii. π» ddd | ||
|
||
iii. π» ddd | ||
|
||
3. [Consolidate](study_after_workshop.qmd) | ||
|
||
i. π» dd | ||
|
||
ii. π» dd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "Independent Study to consolidate this week" | ||
subtitle: "Core 2" | ||
format: | ||
html: | ||
code-fold: true | ||
code-summary: "Answer - don't look until you have tried!" | ||
--- | ||
|
||
# Set up | ||
|
||
If you have just opened RStudio you will want to load the packages and import the data. | ||
|
||
```{r} | ||
#| code-fold: false | ||
library(tidyverse) | ||
library(readxl) | ||
``` | ||
|
||
1. π» xx. | ||
|
||
```{r} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Independent Study to prepare for workshop" | ||
subtitle: "Core 2" | ||
--- | ||
|
||
1. π Read xxxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: "Workshop" | ||
subtitle: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" | ||
toc: true | ||
toc-location: right | ||
--- | ||
|
||
```{r} | ||
#| include: false | ||
library(tidyverse) | ||
``` | ||
|
||
# Introduction | ||
|
||
|
||
## Session overview | ||
|
||
In this workshop you will | ||
|
||
|
||
::: callout-note | ||
## Key | ||
|
||
|
||
::: | ||
|
||
# Getting started | ||
|
||
|
||
# Exercises | ||
|
||
|
||
π¬ | ||
|
||
|
||
|
||
You're finished! | ||
|
||
# π₯³ Well Done! π | ||
|
||
|
||
|
||
# Independent study following the workshop | ||
|
||
[Consolidate](study_after_workshop.qmd) | ||
|
||
# The Code file | ||
|
||
These contain all the code needed in the workshop even where it is not visible on the webpage. | ||
|
||
The [workshop.qmd](workshop.qmd) file is the file I use to compile the practical. Qmd stands for Quarto markdown. It allows code and ordinary text to be interleaved to produce well-formatted reports including webpages. Right-click on the link and choose Save-As to download. You will be able to open the Qmd file in RStudio. Alternatively, [View in Browser](https://github.com/3mmaRand/). Coding and thinking answers are marked with `#---CODING ANSWER---` and `#---THINKING ANSWER---` | ||
|
||
Pages made with R [@R-core], Quarto [@allaire2022], `knitr` [@knitr], `kableExtra` [@kableExtra] | ||
|
||
# References |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "Overview" | ||
subtitle: "Core 3: Reproducible Reporting" | ||
--- | ||
|
||
xxxxx | ||
|
||
### Learning objectives | ||
|
||
- dd | ||
- dd. | ||
- dd | ||
- d | ||
|
||
### Instructions | ||
|
||
1. [Prepare](study_before_workshop.qmd) | ||
|
||
i. π Read | ||
|
||
2. [Workshop](workshop.qmd) | ||
|
||
i. π» dd. | ||
|
||
ii. π» ddd | ||
|
||
iii. π» ddd | ||
|
||
3. [Consolidate](study_after_workshop.qmd) | ||
|
||
i. π» dd | ||
|
||
ii. π» dd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "Independent Study to consolidate this week" | ||
subtitle: "Core 3 Reproducible Reporting" | ||
format: | ||
html: | ||
code-fold: true | ||
code-summary: "Answer - don't look until you have tried!" | ||
--- | ||
|
||
# Set up | ||
|
||
If you have just opened RStudio you will want to load the packages and import the data. | ||
|
||
```{r} | ||
#| code-fold: false | ||
library(tidyverse) | ||
library(readxl) | ||
``` | ||
|
||
1. π» xx. | ||
|
||
```{r} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Independent Study to prepare for workshop" | ||
subtitle: "Core 3 Reproducible Reporting" | ||
--- | ||
|
||
1. π Read xxxx |
Oops, something went wrong.