-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
85 lines (77 loc) · 2.29 KB
/
_quarto.yml
File metadata and controls
85 lines (77 loc) · 2.29 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
project:
type: website
website:
title: "R Reference"
repo-url: https://github.com/rpruim/r-reference
repo-actions: [edit, issue]
page-navigation: true
sidebar:
contents:
- href: index.qmd
- section: Getting Started
contents:
- href: getting-started/options-for-r.qmd
text: Options for working with R
- section: Remote Options
contents:
- href: getting-started/posit-cloud.qmd
text: Posit cloud
- href: getting-started/coder.qmd
text: Coder
- href: getting-started/personal-device.qmd
text: Using your own device
- section: Editors
contents:
- href: getting-started/rstudio.qmd
text: RStudio
- href: getting-started/positron.qmd
text: Positron
- href: getting-started/vscode.qmd
text: VS Code
- section: Quarto
contents:
- href: quarto/quarto-intro.qmd
text: Intro to Quarto
- href: quarto/math-in-markdown.qmd
text: "Mathematical notation"
- href: quarto/r-and-python.qmd
text: "R and Python together"
- section: R Basics
contents:
- href: basics/r-basics.qmd
text: R Basics
- section: Data
contents:
- href: data/data-frames.qmd
text: "Data Frames"
- href: data/loading-data.qmd
text: "Loading Data"
- section: Data Wrangling
contents:
- href: wrangling/wrangling-intro.qmd
text: Intro to Data Wrangling
- href: wrangling/tidy-tb.qmd
text: TB Case Study
- section: "Graphics"
contents:
- graphics/ggformula-intro.qmd
- section: "Numerical summaries: mean(), sd(), etc."
- section: "Simulation methods: do()"
- section: "Working with distributions: pnorm(), etc."
- section: "Linear models: lm()"
- section: "Beyonnd linear models: glm(), etc."
navbar:
left:
- href: index.qmd
text: Home
format:
html:
theme: yeti
css: styles.css
toc: true
html-live:
theme: yeti
css: styles.css
theme:
light: yeti
dark: darkly