-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
66 lines (63 loc) · 1.61 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
destination: docs
template:
bootstrap: 5
bootswatch: darkly
theme: arrow-dark
bslib:
link-color: "#f9ea6b"
link-decoration: none
navbar-dark-hover-color: "#f9ea6b"
navbar-dark-active-color: "#f9ea6b"
tutorials:
- name: 00-visualintroduction
title: A visual introduction to santoku
url: https://hughjonesd.github.io/visual-introduction.html
- name: 01-chopping-dates
title: Chopping dates with santoku
url: https://hughjonesd.github.io/chopping-dates-with-santoku.html
reference:
- title: Package overview
- contents:
- "`santoku-package`"
- title: Basic chop functions
desc: Cut a vector into intervals
- contents:
- chop
- kiru
- fillet
- tab
- title: Chopping by width
desc: Cut a vector into intervals defined by width
- contents:
- matches("width")
- ends_with("proportions")
- ends_with("evenly")
- title: Chopping by n
desc: Cut a vector into intervals defined by number of elements
- contents:
- ends_with("_n")
- ends_with("quantiles")
- ends_with("equally")
- title: Chopping and separating
desc: Cut a vector into intervals, separating out common values
- contents:
- ends_with("spikes")
- ends_with("dissect")
- title: Other chop functions
desc: Miscellaneous ways to cut a vector into intervals
- contents:
- ends_with("mean_sd")
- ends_with("pretty")
- ends_with("fn")
- brk_default
- brk_manual
- title: Label functions
desc: Specify how to label the chopped intervals
- contents:
- starts_with("lbl")
- title: Miscellaneous
desc: Other helper functions
- contents:
- -starts_with("chop|brk|lbl|santoku")
- -ends_with("dissect")
- -fillet