-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
61 lines (51 loc) · 981 Bytes
/
_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
reference:
- title: Overview
contents:
pmdplyr
- title: Setting panel structure
contents:
- ends_with("pibble")
- panel_convert
- title: ID and time variables
contents:
- id_variable
- time_variable
- title: Filling in data
contents:
- panel_fill
- panel_locf
- title: Panel consistency
contents:
- fixed_check
- fixed_force
- title: Two-table verbs
contents:
- inexact_inner_join
- inexact_left_join
- inexact_right_join
- inexact_full_join
- inexact_semi_join
- inexact_nest_join
- inexact_anti_join
- safe_join
- join.tbl_pb
- setops
- title: Mutate variations
contents:
- mutate_cascade
- mutate_subset
- title: Time lag
contents:
- tlag
- title: Additional calculations
contents:
- within_i
- between_i
- mode_order
- title: Datasets
contents:
- Scorecard
- SPrail
- title: pibble methods for dplyr verbs
contents:
- pibble_methods