-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path_pkgdown.yml
More file actions
46 lines (38 loc) · 1.02 KB
/
_pkgdown.yml
File metadata and controls
46 lines (38 loc) · 1.02 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
url: https://tidyselect.r-lib.org
development:
mode: auto
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-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<script defer data-domain="tidyselect.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
reference:
- title: Selecting variables
- subtitle: Language and helpers
contents:
- select_helpers
- starts_with("starts")
- all_of
- any_of
- everything
- last_col
- where
- subtitle: FAQ
contents:
- starts_with("faq")
- title: Creating tidyselect API
- subtitle: Evaluate expressions with tidyselect rules
contents:
- eval_select
- eval_rename
- eval_relocate
- tidyselect_data_proxy
- subtitle: Peek at current selection variables
contents:
- peek_vars
news:
releases:
- text: "Version 1.2.0"
href: "https://www.tidyverse.org/blog/2022/10/tidyselect-1-2-0/"