-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdplyr_pkgdown.yml
More file actions
209 lines (191 loc) · 4.87 KB
/
dplyr_pkgdown.yml
File metadata and controls
209 lines (191 loc) · 4.87 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
url: https://dplyr.tidyverse.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-hide-below="1200" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-kPp_Wsi8svrwXL8PWiqz-.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
<script async src="https://widget.kapa.ai/kapa-widget.bundle.js"
data-button-hide="true"
data-modal-disclaimer="This is a custom LLM for answering questions about dplyr, tidyr, and ggplot2. Answers are based on the contents of the documentation. Rate the answers to let us know what you think!"
data-modal-ask-ai-input-placeholder="Ask me a question about dplyr, tidyr, or ggplot2."
data-modal-header-bg-color="#f9f9f9"
data-modal-override-open-class="open-kapa-widget"
data-project-color="#365a7a"
data-project-name="dplyr"
data-modal-title="tidyverse AI ✨"
data-project-logo="https://avatars.githubusercontent.com/u/22032646?s=200&u=235532df5cf8543246812f73db051b793f868807&v=4"
data-user-analytics-fingerprint-enabled="false"
data-user-analytics-cookie-enabled="false"
data-bot-protection-mechanism="hcaptcha"
data-website-id="44ae76c6-2ae5-4899-ab42-de9f17f07c7b"
></script>
home:
links:
- text: Learn more
href: http://r4ds.had.co.nz/transform.html
reference:
- title: Data frame verbs
- subtitle: Rows
desc: >
Verbs that principally operate on rows.
contents:
- arrange
- distinct
- filter
- slice
- subtitle: Columns
desc: >
Verbs that principally operate on columns.
contents:
- glimpse
- mutate
- pull
- relocate
- rename
- select
- subtitle: Groups
desc: >
Verbs that principally operate on groups of rows.
contents:
- count
- group_by
- dplyr_by
- rowwise
- summarise
- reframe
- 'n'
- subtitle: Data frames
desc: >
Verbs that principally operate on pairs of data frames.
contents:
- bind_cols
- bind_rows
- setops
- left_join
- nest_join
- semi_join
- cross_join
- join_by
- rows
- subtitle: Multiple columns
desc: >
Pair these functions with `mutate()`, `summarise()`, `filter()`, and
`group_by()` to operate on multiple columns simultaneously.
contents:
- across
- c_across
- pick
- title: Vector functions
desc: >
Unlike other dplyr functions, these functions work on individual vectors,
not data frames.
contents:
- between
- case_when
- coalesce
- consecutive_id
- cumany
- desc
- if_else
- lead
- n_distinct
- na_if
- near
- nth
- ntile
- order_by
- percent_rank
- recode_values
- row_number
- when_any
- title: Built in datasets
contents:
- band_members
- starwars
- storms
- title: Grouping helpers
desc: >
This (mostly) experimental family of functions are used to manipulate
groups in various ways.
contents:
- group_cols
- group_map
- group_modify
- group_trim
- title: Superseded
desc: >
Superseded functions have been replaced by new approaches that we believe
to be superior, but we don't want to force you to change until you're
ready, so the existing functions will stay around for several years.
contents:
- all_vars
- recode
- sample_frac
- scoped
- top_n
- vars
- with_groups
- ends_with("_at")
- title: Remote tables
contents:
- auto_copy
- compute
- copy_to
- ident
- explain
- tbl
- sql
articles:
- title: Get started
navbar:
contents:
- dplyr
- grouping
- two-table
- recoding-replacing
- base
- title: Automate
navbar: Automation
contents:
- colwise
- rowwise
- programming
- title: Other
contents:
- window-functions
- in-packages
news:
releases:
- text: "Version 1.2.0"
href: https://tidyverse.org/blog/2026/02/dplyr-1-2-0/
- text: "Version 1.1.0"
href: https://www.tidyverse.org/tags/dplyr-1-1-0/
- text: "Version 1.0.0"
href: https://www.tidyverse.org/blog/2020/06/dplyr-1-0-0/
- text: "Version 0.8.3"
href: https://www.tidyverse.org/blog/2019/07/dplyr-0-8-3/
- text: "Version 0.8.2"
href: https://www.tidyverse.org/blog/2019/06/dplyr-0-8-2/
- text: "Version 0.8.1"
href: https://www.tidyverse.org/blog/2019/05/dplyr-0-8-1/
- text: "Version 0.8.0"
href: https://www.tidyverse.org/blog/2019/02/dplyr-0-8-0/
- text: "Version 0.7.5"
href: https://www.tidyverse.org/blog/2018/06/dplyr-0.7.5/
development:
mode: auto
navbar:
structure:
right: [search, github, ai]
components:
ai:
text: Ask AI ✨
href: "#"
class: open-kapa-widget