Skip to content

Commit

Permalink
Δ to html basic R lab
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Dec 5, 2024
1 parent 3ff9cd0 commit 0b53692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_schedule_table.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| [Day 0](docs/module_details/day0.html) | Homework 1 | | [HTML](modules/HW/homework1.html) | |
| | | | | |
| [Day 1](docs/module_details/day1.html) | Intro | [HTML](modules/Intro/Intro.html), [PDF](modules/Intro/Intro.pdf), [Rmd](modules/Intro/Intro.Rmd) | | [Day 1 Cheatsheet](modules/cheatsheets/Day-1.pdf) |
| | Basic R | [HTML](modules/Basic_R/Basic_R.html), [PDF](modules/Basic_R/Basic_R.pdf), [Rmd](modules/Basic_R/Basic_R.Rmd) | [Lab Rmd](modules/Basic_R/lab/Basic_R_Lab.Rmd), [Key](modules/Basic_R/lab/Basic_R_Lab_Key.Rmd), [Key HTML](modules/Basic_R/lab/Basic_R_Lab_Key.html) | |
| | Basic R | [HTML](modules/Basic_R/Basic_R.html), [PDF](modules/Basic_R/Basic_R.pdf), [Rmd](modules/Basic_R/Basic_R.Rmd) | [HTML](modules/Basic_R/lab/Basic_R_Lab.html), [Key HTML](modules/Basic_R/lab/Basic_R_Lab_Key.html) | |
| | RStudio | [HTML](modules/RStudio/RStudio.html), [PDF](modules/RStudio/RStudio.pdf), [Rmd](modules/RStudio/RStudio.Rmd) | [Lab Rmd](modules/RStudio/lab/RStudio_Lab.Rmd), [Key](modules/RStudio/lab/RStudio_Lab_Key.Rmd), [Key HTML](modules/RStudio/lab/RStudio_Lab_Key.html) | |
| | | | | |
| [Day 2](docs/module_details/day2.html) | Reproducibility | [HTML](modules/Reproducibility/Reproducibility.html), [PDF](modules/Reproducibility/Reproducibility.pdf), [Rmd](modules/Reproducibility/Reproducibility.Rmd) | [Lab Rmd](modules/Reproducibility/lab/Reproducibility_Lab.Rmd), [Key](modules/Reproducibility/lab/Reproducibility_Lab_Key.Rmd), [Key HTML](modules/Reproducibility/lab/Reproducibility_Lab_Key.html) | [Good scientific coding practices](resources/good-scientific-coding-practices.pdf) |
Expand Down
2 changes: 1 addition & 1 deletion modules/Basic_R/lab/Basic_R_Lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ editor_options:
knitr::opts_chunk$set(echo = TRUE)
```

Instructions: Paste your code from the console in the gray boxes below.
Instructions: Complete the following in the R console.

# Part 1

Expand Down

0 comments on commit 0b53692

Please sign in to comment.