forked from tidyverse/dplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
120 lines (108 loc) · 1.81 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
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
url: http://dplyr.tidyverse.org
template:
package: tidytemplate
default_assets: false
home:
strip_header: true
links:
- text: Learn more
href: http://r4ds.had.co.nz/transform.html
reference:
- title: Single-table verbs
contents:
- arrange
- distinct
- do
- filter
- group_by
- mutate
- select
- select_helpers
- sample
- summarise
- transmute
- pull
- rename
- slice
- title: Single-table helpers
contents:
- count
- top_n
- scoped
- ends_with("_at")
- all_vars
- vars
- funs
- title: Two-table verbs
contents:
- all_equal
- bind
- intersect
- ends_with("join")
- join.tbl_df
- title: Remote tables
contents:
- auto_copy
- compute
- copy_to
- ident
- explain
- tbl
- src_dbi
- sql
- title: Metadata
contents:
- groups
- title: Vector functions
contents:
- between
- case_when
- coalesce
- cumany
- desc
- if_else
- lead
- order_by
- "n"
- n_distinct
- na_if
- near
- nth
- ranking
- recode
- title: Data
contents:
- band_members
- nasa
- starwars
- storms
- title: Other backends
contents:
- tbl_cube
- as.table.tbl_cube
- as.tbl_cube
- rowwise
navbar:
type: default
left:
- text: Intro
href: articles/dplyr.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Two-table verbs
href: articles/two-table.html
- text: Window functions
href: articles/window-functions.html
- text: Databases with dbplyr
href: http://dbplyr.tidyverse.org/articles/dbplyr.html
- text: Programming with dplyr
href: articles/programming.html
- text: Compatibility
href: articles/compatibility.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/tidyverse/dplyr