Skip to content

Commit

Permalink
Fix headers and appendices
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-a-lee committed Jul 4, 2024
1 parent 4ff3650 commit cd00ae6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ project:
book:
title: "Introduction to R with Tidyverse"
author: "Sophie Lee"
date: "06/15/2024"
repo-url: https://github.com/sophie-a-lee/Introduction_R_Tidyverse_course
date: "07/15/2024"
downloads: [pdf]
sharing: [twitter]
navbar:
right:
- icon: github
Expand All @@ -19,16 +17,19 @@ book:
- icon: twitter
href: https://x.com/SophieStats10
aria-label: Twitter
- icon: cup-hot
href: https://buymeacoffee.com/sophie_a_lee
aria-label: Buy me a coffee
chapters:
- index.qmd
- session1_notes.qmd
- session2_notes.qmd
- session3_notes.qmd
- session4_notes.qmd
- session5_notes.qmd
appendices:
- data_description.qmd
- exercise_solutions.qmd
appendices:
- data_description.qmd
- exercise_solutions.qmd

format:
html:
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Welcome!
# Welcome! {.unnumbered}

Welcome to the course materials for the **Introduction to R with Tidyverse** course.

Expand Down
2 changes: 1 addition & 1 deletion session1_notes.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 1: Introduction to R and RStudio
# Introduction to R and RStudio

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, collapse = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion session2_notes.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 2: Introduction to tidyverse and data wrangling
# Introduction to tidyverse and data wrangling

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, collapse = TRUE, message = FALSE)
Expand Down
2 changes: 1 addition & 1 deletion session3_notes.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 3: Data preparation and manipulation
# Data preparation and manipulation

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, collapse = FALSE, message = FALSE)
Expand Down
2 changes: 1 addition & 1 deletion session4_notes.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Session 4: Data visualisation with ggplot2
# Data visualisation with ggplot2

```{r setup, include=FALSE}
pacman::p_load(flextable, tidyverse)
Expand Down

0 comments on commit cd00ae6

Please sign in to comment.