https://github.com/ernestguevarra/tutorial_template
R tutorial template
https://github.com/ernestguevarra/tutorial_template
tutorial
Last synced: about 1 month ago
JSON representation
R tutorial template
- Host: GitHub
- URL: https://github.com/ernestguevarra/tutorial_template
- Owner: ernestguevarra
- Created: 2021-06-27T17:21:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T18:21:18.000Z (over 4 years ago)
- Last Synced: 2025-01-29T18:13:23.664Z (about 1 year ago)
- Topics: tutorial
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# Name of Tutorial
This tutorial ...
## Learning objectives
By the end of this tutorial, participants would have been able to:
* Objective 1
* Objective 2
* Objective 3
## Learning resources
* Resource 1
* Resource 2
* Resource 3
## Skills application and demonstration
* Exercise 1
* Exercise 2
* Exercise 3
## Additional resources and exercises
* Additional 1
* Additional 2
* Additional 3