-
Notifications
You must be signed in to change notification settings - Fork 57
/
_pkgdown.yml
69 lines (61 loc) · 1.57 KB
/
_pkgdown.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
url: https://dtplyr.tidyverse.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="dtplyr.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
home:
links:
- text: Learn more about data.table
href: https://rdatatable.gitlab.io/data.table/
reference:
- title: Getting data in and out
contents:
- lazy_dt
- collect.dtplyr_step
- title: Single table verbs
contents:
- arrange.dtplyr_step
- count.dtplyr_step
- distinct.dtplyr_step
- filter.dtplyr_step
- group_by.dtplyr_step
- group_modify.dtplyr_step
- head.dtplyr_step
- mutate.dtplyr_step
- transmute.dtplyr_step
- relocate.dtplyr_step
- rename.dtplyr_step
- reframe.dtplyr_step
- select.dtplyr_step
- slice.dtplyr_step
- summarise.dtplyr_step
- title: Two table verbs
contents:
- left_join.dtplyr_step
- intersect.dtplyr_step
- title: tidyr verbs
contents:
- complete.dtplyr_step
- drop_na.dtplyr_step
- expand.dtplyr_step
- fill.dtplyr_step
- nest.dtplyr_step
- pivot_wider.dtplyr_step
- pivot_longer.dtplyr_step
- replace_na.dtplyr_step
- separate.dtplyr_step
- unite.dtplyr_step
news:
releases:
- text: "Version 1.3.0"
href: https://www.tidyverse.org/blog/2023/02/dtplyr-1-3-0/
- text: "Version 1.2.0"
href: https://www.tidyverse.org/blog/2021/12/dtplyr-1-2-0/
- text: "Version 1.1.0"
href: https://www.tidyverse.org/blog/2021/02/dplyr-backends/
- text: "Version 1.0.0"
href: https://www.tidyverse.org/blog/2019/11/dtplyr-1-0-0/