-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
97 lines (79 loc) · 3.13 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
project:
type: website
output-dir: ./docs
title: 'R for Data Science'
website:
title: 'R for Data Science'
navbar:
left:
- href: index.qmd
text: 'Course Material'
- href: about_heads.qmd
text: 'About us'
sidebar:
style: "floating"
collapse-level: 1
contents:
- href: slides/R4datascience_slides.pdf
text: "Slides️"
- section: "Presentations"
contents:
- href: presentations/presentation1.qmd
text: "Presentation 1: Data Cleanup"
- href: presentations/presentation2.qmd
text: "Presentation 2: Advanced Data Wrangling"
- href: presentations/presentation3.qmd
text: "Presentation 3: Exploratory Data Analysis"
- href: presentations/presentation4_main_script.qmd
text: "Presentation 4: Scripting in R"
- href: presentations/presentation4_functions.qmd
text: "Presentation 4, Functions: Scripting in R"
- href: presentations/presentation5.qmd
text: "Presentation 5: Intro to Modelling in R"
- href: data/data.qmd
text: "Data️"
- section: "Exercises"
contents:
- href: exercises/exercise0.qmd
text: "Exercise 0: R script and Quarto"
- href: exercises/exercise1.qmd
text: "Exercise 1: Data Cleanup"
- href: exercises/exercise2.qmd
text: "Exercise 2: Advanced Data Wrangling"
- href: exercises/exercise3.qmd
text: "Exercise 3: Exploratory Data Analysis"
- href: exercises/exercise5.qmd
text: "Exercise 5: Linear Regression"
- section: "Solutions"
contents:
- href: solutions/solution1.qmd # solutions/solution_not_up.qmd #
text: "Exercise 1 - Solution"
- href: solutions/solution2.qmd # solutions/solution_not_up.qmd #
text: "Exercise 2 - Solution"
- href: solutions/solution3.qmd # solutions/solution_not_up.qmd #
text: "Exercise 3 - Solution"
- href: solutions/solution4.qmd # solutions/solution_not_up.qmd #
text: "Exercise 4 - Solution"
- href: solutions/solution4_functions.qmd # solutions/solution_not_up.qmd #
text: "Exercise 4, Function - Solution"
- href: solutions/solution5.qmd # solutions/solution_not_up.qmd #
text: "Exercise 5 - Solution"
- section: "Cheat Sheets"
contents:
- href: CheatSheet/quartoCheatSheet.pdf
text: "Quarto"
- href: CheatSheet/BaseRCheatSheet.pdf
text: "Base R"
- href: CheatSheet/TidyverseCheatSheet.pdf
text: "Tidyverse"
- href: CheatSheet/ggplotCheatSheet.pdf
text: "ggplot2"
format:
html:
theme: # theme: flatly # You can try different themes like cosmo, flatly, etc.
light: [flatly, assets/theme-light.scss]
dark: [flatly, assets/theme-dark.scss]
# sidebar:
# collapse-level: 1
toc: true # "On this page"
toc-location: right