-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_quarto.yml
More file actions
91 lines (82 loc) · 2.92 KB
/
_quarto.yml
File metadata and controls
91 lines (82 loc) · 2.92 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
project:
type: book
output-dir: docs
book:
title: "Introduction to Data Analysis with R"
subtitle: "(Data with R)\nWith Examples from Public Health and Epidemiology"
author: "The GRAPH Courses"
cover-image: cover.jpg
favicon: logo.png
repo-url: https://github.com/the-graph-courses/idar_book
repo-branch: main
repo-actions: [edit, issue]
page-footer:
left: |
Book created by <a href="https://thegraphcourses.org/">The GRAPH Courses</a>
right: |
For a PDF copy, please visit this <a href="https://raw.githubusercontent.com/the-graph-courses/idar_book/main/pdf/Introduction-to-Data-Analysis-with-R.pdf">page</a>.
chapters:
- index.qmd
## Use the below for PDF render
# - foundations_ls01_setting_up.qmd
# - foundations_ls01_setting_up.qmd
# - foundations_ls02_using_rstudio.qmd
# - foundations_ls03_coding_basics.qmd
# - foundations_ls04_data_dive_ebola_sierra_leone.qmd
# - foundations_ls05_projects.qmd
# - foundations_ls06_rmarkdown.qmd
# - foundations_ls07_data_structures.qmd
# - foundations_ls08_01_using_chatgpt.qmd
# - untangled_ls01_select_rename.qmd
# - untangled_ls02_filter.qmd
# - untangled_ls03_mutate.qmd
# - untangled_ls04_conditional_mutate.qmd
# - untangled_ls05_groupby_summarize.qmd
# - untangled_ls06_group_by_other_verbs.qmd
# - untangled_ls07_pivoting.qmd
# - untangled_ls08_advanced_pivoting.qmd
# - data_on_display_ls01_gg_intro.qmd
# - data_on_display_ls02_scatter.qmd
# - data_on_display_ls03_line_graphs.qmd
# - data_on_display_ls04_histograms.qmd
# - data_on_display_ls05_boxplots.qmd
## Use the below for HTML render. (Parts don't seem to work in HTML render)
- part: "Foundations"
chapters:
- foundations_ls01_setting_up.qmd
- foundations_ls02_using_rstudio.qmd
- foundations_ls03_coding_basics.qmd
- foundations_ls04_data_dive_ebola_sierra_leone.qmd
- foundations_ls05_projects.qmd
- foundations_ls06_rmarkdown.qmd
- foundations_ls07_data_structures.qmd
- foundations_ls08_01_using_chatgpt.qmd
- part: "Data Manipulation"
chapters:
- untangled_ls01_select_rename.qmd
- untangled_ls02_filter.qmd
- untangled_ls03_mutate.qmd
- untangled_ls04_conditional_mutate.qmd
- untangled_ls05_groupby_summarize.qmd
- untangled_ls06_group_by_other_verbs.qmd
- untangled_ls07_pivoting.qmd
- untangled_ls08_advanced_pivoting.qmd
- part: "Data Visualization"
chapters:
- data_on_display_ls01_gg_intro.qmd
- data_on_display_ls02_scatter.qmd
- data_on_display_ls03_line_graphs.qmd
- data_on_display_ls04_histograms.qmd
- data_on_display_ls05_boxplots.qmd
resources:
- CNAME
format:
PrettyPDF-pdf:
keep-tex: true
toc: true
html:
theme:
- cosmo
# - custom.scss
css: style.css
editor: source