From 0b53692ec9a6612cbced76e97dc5bd4533bbb28f Mon Sep 17 00:00:00 2001 From: avahoffman Date: Thu, 5 Dec 2024 15:46:54 -0500 Subject: [PATCH] =?UTF-8?q?=CE=94=20to=20html=20basic=20R=20lab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_schedule_table.Rmd | 2 +- modules/Basic_R/lab/Basic_R_Lab.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_schedule_table.Rmd b/docs/_schedule_table.Rmd index 49463935..166d2637 100644 --- a/docs/_schedule_table.Rmd +++ b/docs/_schedule_table.Rmd @@ -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) | diff --git a/modules/Basic_R/lab/Basic_R_Lab.Rmd b/modules/Basic_R/lab/Basic_R_Lab.Rmd index ebe7db71..74300a1c 100644 --- a/modules/Basic_R/lab/Basic_R_Lab.Rmd +++ b/modules/Basic_R/lab/Basic_R_Lab.Rmd @@ -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