forked from SunPast/r4ds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
74 lines (67 loc) · 1.84 KB
/
_quarto.yml
File metadata and controls
74 lines (67 loc) · 1.84 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
project:
type: book
book:
title: "R4DS Notes from DJ"
author: "Jia Ding"
date: "2025/11/22"
search: true
repo-url: https://github.com/SunPast/r4ds
repo-actions: [edit, issue, source]
sharing: [twitter, facebook]
comments:
giscus:
repo: SunPast/r4ds
repo-id: "R_kgDOQfPK2Q"
category: "Announcements"
category-id: "DIC_kwDOQuKn1c4C0VwN"
mapping: pathname
reactions-enabled: true
input-position: top
theme: preferred_color_scheme
language: zh-CN
loading: lazy
chapters:
- index.qmd
- thanks.qmd
- intro.qmd
- chapters/ch1_data_visualization.qmd
- chapters/ch2_workflow_basics.qmd
- chapters/ch3_data_transformation.qmd
- chapters/ch4_workflow_code_style.qmd
- chapters/ch5_data_tidying.qmd
- chapters/ch6_workflow_scripts_projects.qmd
- chapters/ch7_data_import.qmd
- chapters/ch8_workflow_getting_help.qmd
- chapters/ch9_layers.qmd
- chapters/ch10_exploratory_data_analysis.qmd
- chapters/ch11_communication.qmd
- chapters/ch12_logical_vectors.qmd
- chapters/ch13_numbers.qmd
- chapters/ch14_strings.qmd
- chapters/ch15_regular_expressions.qmd
- chapters/ch16_factors.qmd
- chapters/ch17_dates_and_times.qmd
- chapters/ch18_missing_values.qmd
- chapters/ch19_joins.qmd
- chapters/ch20_spreadsheets.qmd
- chapters/ch21_databases.qmd
- chapters/ch22_arrow.qmd
- chapters/ch23_hierarchical_data.qmd
- chapters/ch24_web_scraping.qmd
- chapters/ch25_functions.qmd
- chapters/ch26_iteration.qmd
- chapters/ch27_field_guide_base_R.qmd
- chapters/ch28_quarto.qmd
- chapters/ch29_quarto_formats.qmd
- afterword.qmd
bibliography: references.bib
execute:
freeze: auto
format:
html:
theme:
- cosmo
- brand
toc: true
toc-depth: 2
editor: visual