-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
50 lines (45 loc) · 1.14 KB
/
_quarto.yml
File metadata and controls
50 lines (45 loc) · 1.14 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
project:
type: book
output-dir: docs
book:
title: "MSI data science manual"
subtitle: "A review of analytical approaches followed by Management Systems International"
date: "9/21/2023"
chapters:
- index.qmd
- intro.qmd
- summary.qmd
- part: "Entering the R ecosystem"
chapters:
- 'How R works.qmd'
- 'How R programs.qmd'
- part: "Workflow"
chapters:
- 'Happy Git with R.qmd'
- 'R and Data Science resources.qmd'
- part: "Data Analysis"
chapters:
- 'Designing an analytical activity.qmd'
- 'Sampling.qmd'
- 'Data cleaning and preparation.qmd'
- 'Reproducibility.qmd'
- 'Data exploration.qmd'
- 'Data modeling.qmd'
- 'Generating client deliverables.qmd'
- part: "Reporting"
chapters:
- 'Reports.qmd'
- 'Presentations.qmd'
- 'Dashboards.qmd'
- part: "Annexes"
chapters:
- references.qmd
bibliography: references.bib
format:
html:
theme: cosmo
css: 'data science manual style.css'
number-sections: false
pdf:
documentclass: scrreprt
editor: visual