-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (44 loc) · 1.13 KB
/
_quarto.yml
File metadata and controls
49 lines (44 loc) · 1.13 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
project:
type: book
pre-render:
- scripts/check_packages.R
execute-dir: project
book:
title: "Practical Data Analysis in Sociology Using R"
author: "Aaron Gullickson"
chapters:
- index.qmd
- part: "Foundations"
chapters:
- chapters/understanding_workflow.qmd
- chapters/using_git.qmd
- chapters/learning_r.qmd
- part: "The Tidyverse"
chapters:
- chapters/becoming_tidyversant.qmd
- chapters/making_pictures.qmd
- chapters/writing_quarto.qmd
- part: "Data Wrangling"
chapters:
- chapters/reading_data.qmd
- chapters/subsetting_data.qmd
- chapters/recoding_variables.qmd
- chapters/reshaping_data.qmd
- chapters/merging_data.qmd
- part: "Programmming"
chapters:
- chapters/creating_functions.qmd
- chapters/iterating_speed.qmd
appendices:
- appendices/getting_familiar_rstudio.qmd
bibliography: bibliography/references.bib
format:
html:
theme: darkly
css: styles.css
html-table-processing: none
execute:
freeze: auto
warning: false
message: false
number-depth: 1