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
- Host: GitHub
- URL: https://github.com/tysonstanley/r4health.tutorials
- Owner: TysonStanley
- Created: 2017-07-05T23:59:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T06:25:04.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T18:12:00.693Z (4 months ago)
- Language: HTML
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!