-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
57 lines (48 loc) · 1.24 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
url: https://olivroy.github.io/reuseme/
template:
bootstrap: 5
reference:
- title: Worflow helpers
desc: >
With these usethis-inspired functions, you can speed-up your workflow.
- subtitle: Project Management
contents:
- starts_with("proj_")
- outline
- proj-reuseme
- subtitle: Package browsing / management
contents:
- browse_pkg
- quarto_help
- outdated_pkgs
- subtitle: Interact with documents
contents:
- use_todo
- screenshot
- rename_files2
- file_move_temp_auto
- file_rename_auto
- starts_with("active_rs_doc")
- title: Data analysis helpers / EDA
desc: >
These functions are to be used when analysing new data
- subtitle: Extra goodies to work with vectors or data
desc: >
Some are wrappers around dplyr functions, some fix base R inconsistencies.
contents:
- named-base
- slice_min_max
- count_pct
- case_if_any
- filter_if_any
- filter_detect
- extract_cell_value
- slice_group_sample
- na_if2
- summarise_with_total
- subtitle: dplyr and base identity
desc: >
These wrappers can improve interactive data analysis, always return themselves,
but are really useful as you can make your data analysis as chatty as you want interactively.
contents:
- eda-identity