-
Notifications
You must be signed in to change notification settings - Fork 15
/
_quarto.yml
130 lines (123 loc) · 4.03 KB
/
_quarto.yml
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
project:
type: website
execute:
freeze: auto
website:
title: "R/Tidyverse/Quarto - get started"
favicon: "images/rfun_logo.png"
repo-url: https://github.com/data-and-visualization/Intro2R
repo-actions: [edit, issue]
page-footer:
background: light
left: "<a href='https://rfun.library.duke.edu'>Rfun</a>"
center: "<a href='https://library.duke.edu/data'>Center for Data & Visualization Sciences</a>"
right: "<a href='https://library.duke.edu/'>Duke University Libraries</a>"
navbar:
logo: "images/rfun_logo.png"
background: "primary"
right:
- text: About
href: about.qmd
- icon: github
aria-label: GitHub
menu:
- text: Source Code
url: https://github.com/data-and-visualization/Intro2R
- text: Report Bug/Error
url: https://github.com/data-and-visualization/Intro2R/issues/new
- icon: house-door-fill
aria-label: Home
menu:
- text: "Rfun: An R learning resource"
url: https://rfun.library.duke.edu
- text: Center for Data & Visualization Sciences
url: https://library.duke.edu/data/
sidebar:
style: "floating"
collapse-level: 1
search: false
logo: "images/rfun_logo.png"
contents:
- section: Home
contents:
- href: index.qmd
- text: Get RStudio - Packages
href: packages.qmd
- section: Get started
contents:
- text: start **Coding**
href: quarto.qmd
- text: Projects (Reproducibility)
href: proj.qmd
- text: Import data
href: import.qmd
- text: Wrangle {dplyr}
href: wrangle.qmd
- text: Pivot data (tall or wide)
href: longer_wider.qmd
- text: Join data frames
href: join.qmd
- text: EDA
href: eda.qmd
- section: Visualization
contents:
- text: ggplot2
href: viz.qmd
- text: plotly | HTML widgets
href: widgets.qmd
- text: More interactivity {ojs}
href: interactive.qmd
- section: Mapping
contents:
- text: "Link out to Rfun/map ->"
href: https://map-rfun.library.duke.edu/
aria-label: Link out to Rfun Maps
- section: Ai-assist code (ChatGPT)
contents:
- text: How to
href: ai.qmd
- section: Functions & iteration
contents:
- text: Custom functions
href: functions.qmd
- text: Iteration with {purrr}
href: purrr.qmd
- text: "Iterate workshop (videos)"
href: https://www.youtube.com/playlist?list=PLIUcX1JrVUNWW7RgPh9ysmJM3mBpIAlYG
- section: Models/Regression
contents:
- text: Regression
href: regression.qmd
- text: Tidymodels
href: tidymodels.qmd
- section: Sentiment analysis
contents:
- text: "Link out to Rfun/sentiment ->"
href: https://github.com/libjohn/workshop_textmining
- section: Web scraping
contents:
- text: "Link out to data scraping ->"
href: https://github.com/libjohn/workshop_webscraping
- section: Examples
contents:
- text: Exploratory Data Analysis
href: tidy_tuesday_itra.qmd
- text: "`map()` iterate functions over many files"
href: map_import_clean_regex.qmd
- text: Case Studies (videos)
href: https://www.youtube.com/playlist?list=PLIUcX1JrVUNV_ihIoJX96I_c32Gp8_3h2
- section: Exercises
contents:
- text: "Link out to code exercises ->"
href: https://github.com/libjohn/rforlunch_exercises/tree/main
- section: Data sources
contents:
- text: for Regression
href: data-sources-for-regression-analysis.qmd
format:
html:
df-print: paged
theme: sandstone
css: styles.css
toc: true
editor: visual