-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
54 lines (48 loc) · 1.04 KB
/
_quarto.yml
File metadata and controls
54 lines (48 loc) · 1.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
project:
type: book
book:
title: "Introduction to R"
author: "Robin Donatello, Nicholas Lytal"
# date: "January, 10, 2026"
search: true
chapters:
- index.qmd
- overview.qmd
- part: "Getting Started"
chapters:
- setup_tools.qmd
- quarto.qmd
- intro_r.qmd
- part: "Basic Functionality"
chapters:
- dm.qmd
- factors.qmd
- plots1.qmd
- dplyr.qmd
- import.qmd
- part: "Advanced Features"
chapters:
- plots2.qmd
- part: "Appendix"
chapters:
- assignments.qmd
- help.qmd
- project.qmd
format:
html:
from: markdown+emoji
theme:
light: flatly
dark: darkly
highlight-style: arrow
respect-user-color-scheme: true
code-block-border-left: true
code-line-numbers: false
code-block-bg: true
# code highlighting quarto extension https://github.com/shafayetShafee/line-highlight
filters:
- line-highlight
execute:
freeze: auto
message: false
warning: false