-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
82 lines (72 loc) · 2.43 KB
/
Copy path_quarto.yml
File metadata and controls
82 lines (72 loc) · 2.43 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
project:
type: website
output-dir: docs
website:
title: "DataThink Development"
favicon: datathink.png
navbar:
pinned: true
left:
# - href: qmd_files/index.qmd
# text: Home
- href: qmd_files/modules_files/modules.qmd
text: Modules
- href: qmd_files/rpages_files/rpages.qmd
text: R Help
- text: Resources
menu:
- text: "Course Textbook"
- text: "R for Data Science"
href: http://r4ds.had.co.nz/
- text: Git/GitHub and R
href: https://cfss.uchicago.edu/setup/
- text: "R Markdown: The Definitive Guide"
href: https://bookdown.org/yihui/rmarkdown/
- text: "Geocomputation with R"
href: https://geocompr.robinlovelace.net/
- text: "---------------"
- text: "Supplemental Material"
- text: "Happy Git and Github for the useR"
href: http://happygitwithr.com/
- text: "plotly for R"
href: https://plotly-book.cpsievert.me/index.html
- text: "Computing in R for Social Sciences"
href: https://cfss.uchicago.edu/notes/why-visualize-data/
- text: "Statistical Concepts in Presenting Data:"
href: http://biostat.mc.vanderbilt.edu/wiki/pub/Main/RafeDonahue/fscipdpfcbg_currentversion.pdf
- text: "Advanced R"
href: http://adv-r.had.co.nz/
- text: "R Packages"
href: http://r-pkgs.had.co.nz/
- text: "Tidy evaluation"
href: https://tidyeval.tidyverse.org/
- text: "Fundamentals of Data Visualization"
href: http://serialmentor.com/dataviz/
- text: "Geocomputation with R"
href: https://geocompr.robinlovelace.net/
- text: "Crosstalk: htmlwidgets add-on"
href: https://rstudio.github.io/crosstalk/index.html
format:
html:
theme:
light: cosmo
dark: darkly
css: styles.css
toc: true
toc-location: left
code-copy: true
code-line-numbers: true
code-block-border-left: "#A9A9A9"
code-block-bg: true
code-bloc-bg-alpha: -.2
page-layout: full
grid:
sidebar-width: 200px
body-width: 1030px
margin-width: 70px
editor: visual
markdown:
class: center-header # Assuming you want to center-align
# Add styling within the markdown configuration
style:
text-align: center; # Centers the text