Skip to content

Commit

Permalink
fix index and flat slide divider
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-paul-2006 committed Feb 29, 2024
1 parent 05ccf3b commit f3a3542
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions introToR/inst/extdata/presRaw/introToR_Session1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if(params$isSlides != "yes"){

## Overview

- [Course Home Page](http://rockefelleruniversity.github.io/Intro_To_R_1Day/)
- [Set up](https://rockefelleruniversity.github.io/Intro_To_R_1Day/presentations/singlepage/introToR_Session1.html#set-up)
- [Background to R](https://rockefelleruniversity.github.io/Intro_To_R_1Day/presentations/singlepage/introToR_Session1.html#background-to-r)
- [Data types in R](https://rockefelleruniversity.github.io/Intro_To_R_1Day/presentations/singlepage/introToR_Session1.html#data_types_in_r)
Expand All @@ -62,6 +63,7 @@ if(params$isSlides == "yes"){
cat("class: inverse, center, middle
# Set Up
<html><div style='float:left'></div><hr color='#EB811B' size=1px width=720px></html>
---
"
)
Expand Down Expand Up @@ -91,25 +93,24 @@ Or can be downloaded as a zip archive from here.

Once the zip file in unarchived. All presentations as HTML slides and pages, their R code and HTML practical sheets will be available in the directories underneath.

* **presentations/slides/**
* **r_course/presentations/slides/**
Presentations as an HTML slide show.
* **presentations/singlepage/**
* **r_course/presentations/singlepage/**
Presentations as an HTML single page.
* **presentations/r_code/**
* **r_course/presentations/r_code/**
R code in presentations.
* **exercises/**
* **r_course/exercises/**
Practicals as HTML pages.
* **answers/**
* **r_course/answers/**
Practicals with answers as HTML pages and R code solutions.


---
## Set the Working directory


Before running any of the code in the practicals or slides we need to set the working directory to the folder we unarchived.

You may navigate to the unarchived Intro_To_R_1Day folder in the Rstudio menu.
You may navigate to the unarchived Intro_To_R_1Day folder in the Rstudio menu. We specifically want to set the working directory to the r_course folder.

**Session -> Set Working Directory -> Choose Directory**

Expand Down

0 comments on commit f3a3542

Please sign in to comment.