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

https://github.com/tysonstanley/r4health.tutorials

Tutorials: R for the Health, Behavioral, and Social Sciences
https://github.com/tysonstanley/r4health.tutorials

Last synced: 2 months ago
JSON representation

Tutorials: R for the Health, Behavioral, and Social Sciences

Awesome Lists containing this project

README

        

# Tutorials: R for the Health, Behavioral, and Social Sciences

This is an R package designed to ease use of the `learnr` package tutorials created for the *R for the Health, Behavioral, and Social Sciences* book and class.

To install:

```r
devtools::install_github("tysonstanley/r4health.tutorials")
```

Then to run the tutorials (the example shows "tutorial1" specifically), use:

```r
learnr::run_tutorial("tutorial1", package = "r4health.tutorials")
```

The tutorial will pop up and you are off and running!