An open API service indexing awesome lists of open source software.

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

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