Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humanfactors/2022-rmarkdown-workshop
Repository for my 2022 Rmarkdown Workshop
https://github.com/humanfactors/2022-rmarkdown-workshop
Last synced: about 1 month ago
JSON representation
Repository for my 2022 Rmarkdown Workshop
- Host: GitHub
- URL: https://github.com/humanfactors/2022-rmarkdown-workshop
- Owner: humanfactors
- License: mit
- Created: 2022-02-21T08:08:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T09:49:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-22T03:37:53.638Z (3 months ago)
- Language: HTML
- Homepage: https://humanfactors.github.io/2022-Rmarkdown-Workshop/
- Size: 875 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2022 Rmarkdown Workshop
Repository for my 2022 R markdown Workshop.
## Setup and Installation Requirements
- The course requires you have Rstudio and R installed on your local computer. If you need help doing this consult: https://www.youtube.com/watch?v=TFGYlKvQEQ4
- You will also need to install a number of packages to run the exercises in this tutorial. To do so, run the following commands in R:```r
list.of.packages <- c("tidyverse", "rmarkdown", "knitr", "kableExtra", "qwraps2", "apa", "skimr")
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
if(length(new.packages)) install.packages(new.packages)
```## Download Course Materials
- You will need to download the course materials from this site
- Download the Code as a Zip file and extract.
- Then you need to open the `rmarkdown-workshop.Rproj` in Rstudio.## Lesson Plan
- [ ] General introduction to workshop
- [ ] **Activity 01** — Basic WYSIWYG with https://dillinger.io/
- [ ] Slides introducing R Markdown
- [ ] **Activity 02** — Basic R Markdown Syntax
- [ ] **Activity 03** — Full walkthrough of Chopsticks example.
- [ ] **Activity 04** — Word export feature