forked from tidyverse/dtplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
51 lines (45 loc) · 1.02 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
url: https://dtplyr.tidyverse.org
template:
package: tidytemplate
home:
strip_header: true
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
- select.dtplyr_step
- slice.dtplyr_step
- summarise.dtplyr_step
- title: Two table verbs
contents:
- left_join.dtplyr_step
- intersect.dtplyr_step
navbar:
components:
home: ~
news:
text: News
menu:
- text: "Release notes"
- text: "Version 1.0.0"
href: https://www.tidyverse.org/blog/2019/11/dtplyr-1-0-0/
- text: "------------------"
- text: "Change log"
href: news/index.html