-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
38 lines (36 loc) · 978 Bytes
/
index.qmd
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
---
# title: "R Bootcamp"
toc: true
# listing:
# - id: Weeks
# fields: [title, subtitle] #image
# contents: "lessons/*.qmd"
listing:
- id: Weeks
contents:
- lessons\lesson1_intro.qmd
- lessons\lesson2_readr.qmd
- lessons\lesson3_dplyr.qmd
- lessons\lesson4_dplyr.qmd
- lessons\lesson5_ggplot.qmd
- lessons\lesson6_ggplot.qmd
- lessons\lesson7_tidyr.qmd
- lessons\lesson8_practice.qmd
- lessons\lesson9_python.qmd
fields: [title, subtitle]
# - id: Extras
# contents:
# - lessons/lesson10_observable.qmd
# - lessons/lesson11_julia.qmd
# - lessons/lesson12_sql.qmd
# fields: [title, subtitle, image]
# image: images/website_thumbnail.png
# logo: images/website_thumbnail.png
categories: false
sort-ui: false
filter-ui: false
page-layout: full
title-block-banner: false
title-block-style: none
---
![](images/website_thumbnail.png){ style="display: block; margin: 0 auto" }