-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
73 lines (70 loc) · 2.04 KB
/
_quarto.yml
File metadata and controls
73 lines (70 loc) · 2.04 KB
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
project:
type: book
output-dir: docs
book:
title: "Basic R Course"
author: "Sara Baart, David Nieuwenhuijse, Sten Willemsen, Sanne Hoeks, Elrozy Andrinopoulou, Elizabeth Ribble, Karl Brand"
date: "04-06-2024"
chapters:
- index.qmd
- part: 1-1_Introduction.qmd
chapters:
- 1-2_Working_with_R.qmd
- 1-3_Working_with_R_practical.qmd
- 1-4_Working_with_R_answers.qmd
- part: 1-5_Common_Objects.qmd
chapters:
- 1-6_Common_Objects_practical.qmd
- 1-7_Common_Objects_answers.qmd
- part: 1-8_Indexing_Subsetting.qmd
chapters:
- 1-9_Indexing_Subsetting_practical.qmd
- 1-10_Indexing_Subsetting_answers.qmd
- part: 2-1_Datacleaning.qmd
chapters:
- 2-2_Datacleaning_practical.qmd
- 2-3_Datacleaning_answers.qmd
- part: 2-4_Analysis.qmd
chapters:
- 2-5_Analysis_practical.qmd
- 2-6_Analysis_answers.qmd
- part: 2-7_Basic_plotting.qmd
chapters:
- 2-8_Basic_plotting_practical.qmd
- 2-9_Basic_plotting_answers.qmd
- part: 2-10_ggplot2.qmd
chapters:
- 2-11_ggplot2_practical.qmd
- 2-12_ggplot2_answers.qmd
- part: 3-1_Functions1.qmd
chapters:
- 3-2_Functions1_practical.qmd
- 3-3_Functions1_answers.qmd
- part: 3-4_Functions2.qmd
chapters:
- 3-5_Functions2_practical.qmd
- 3-6_Functions2_answers.qmd
- part: 4-1_represearch.qmd
chapters:
- 4-2_basic_markdown.qmd
- 4-3_codeblocks.qmd
- 4-4_basic_markdown_practicals_questions.qmd
- 4-5_basic_markdown_practicals_hints.qmd
- 4-6_basic_markdown_practicals_solution.qmd
- 4-7_shiny.qmd
- 4-8_shiny_practicals_questions.qmd
- part: 4-9_looseends.qmd
chapters:
- 4-10_tidyverse.qmd
repo-url: https://github.com/dnieuw/BasicRcourseEMC
repo-actions: [edit]
downloads: [pdf]
format:
html:
theme:
light: cosmo
dark: solar
pdf:
documentclass: scrreprt
editor: visual
number-depth: 2