-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
53 lines (45 loc) · 1.31 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
destination: docs
reference:
- title: "Formatting data"
desc: "Functions for formatting numeric interval columns"
- contents:
- gen_end
- gen_length
- gen_name
- title: "Checking interval data"
desc: "Functions for checking numeric interval columns"
- contents:
- identify_missing_intervals_dt
- assert_no_missing_intervals_dt
- identify_overlapping_intervals_dt
- assert_no_overlapping_intervals_dt
- title: "Aggregation and scaling"
desc: "Functions for aggregating and scaling hierarchical data"
- contents:
- agg
- scale
- title: "Common intervals"
desc: "Functions for identifying/collapsing to the most detailed common set of intervals"
- contents:
- collapse_common_intervals
- identify_common_intervals
- merge_common_intervals
- title: "Splitting hierarchical data"
desc: "Functions for splitting hierarchical data into more detailed groupings"
- contents:
- split_unknown
- title: "Example data"
desc: "Example hierarchical data and mappings to use with `hierarchyUtils` functions"
- contents:
- iran_pop
- iran_mapping
- title: "Debugging aggregation and scaling"
desc: "Functions for debugging errors/warnings when aggregating and scaling
hierarchical data"
- contents:
- create_agg_tree
- create_scale_tree
- vis_tree
- title: internal
- contents:
- hierarchyUtils