-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
76 lines (71 loc) · 2.41 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
title: dplyover
url: https://timteafan.github.io/dplyover/
template:
params:
bootswatch: cerulean
reference:
- title: over-across family
desc: |
The functions in the *over-apply* function family create columns by applying
one or several functions to:
`over()` a vector (list or atomic vector);
`over2()` two vectors of the same length (pairwise)
`over2x()` two vectors of the same length (nested)
`across2()` two sets of columns (pairwise)
`across2x()` two sets of columns (nested)
`crossover()` a set of columns and a vector (nested)
contents:
- over
- over2
- across2
- crossover
- title: helper functions
desc: >
{dplyover} provides three selection helpers which are intended for use
in all functions that accept a vector as argument (that is `over()` and
`crossover()` as well as their variants). 1. Helpers which select string
parts of the column names (of the underyling data): `cut_names()` removes a
specified pattern; `extract_names()` extracts a specified pattern.
2. Helpers which select values of a variable: `dist_values()` returns all
distinct values; `seq_range()` returns the sequence between the range of a
variable. 3. A helper function `.()` that takes a glue specifcation as input,
and evaluates the final argument string as name in the caller environment.
Apart from those selection heplers, `show_prefix()` and `show_suffix()`
show the common pre- or suffix for each pair of variables of two sets of
colums.
contents:
- dist_values
- cut_names
- "."
- show_affix
- title: data
desc: >
{dplyyover} contains a randomly generated data set from a customer
satisfaction survey using CSAT (Customer Satisfaction Score) for a
contract-based product. The data set comes in two versions: recoded and raw.
contents:
- csat
- csatraw
navbar:
structure:
right: [home, reference, articles, news, twitter, github]
components:
reference:
icon: fas fa-tools
text: Reference
href: reference/index.html
articles:
icon: fas fa-book-open
text: Articles
menu:
- text: Why dplyover?
href: articles/why_dplyover.html
- text: Performance and Compability
href: articles/performance.html
news:
icon: fas fa-clipboard-list
text: News
href: news/index.html
twitter:
icon: "fab fa-twitter"
href: https://twitter.com/timteafan