30
30
markdown_extensions :
31
31
- markdown.extensions.admonition
32
32
- pymdownx.emoji :
33
- emoji_index : !!python/name:materialx .emoji.twemoji
34
- emoji_generator : !!python/name:materialx .emoji.to_svg
33
+ emoji_index : !!python/name:material.extensions .emoji.twemoji
34
+ emoji_generator : !!python/name:material.extensions .emoji.to_svg
35
35
- pymdownx.superfences :
36
36
preserve_tabs : true
37
37
- toc :
@@ -46,87 +46,87 @@ extra_css:
46
46
nav :
47
47
- ' Home ' : ' index.md'
48
48
- ' Reference maps ' :
49
- ' ALL ' : ' reference-maps/ALL.md'
50
- ' base ' : ' reference-maps/base.md'
51
- ' dplyr ' : ' reference-maps/dplyr.md'
52
- ' tibble ' : ' reference-maps/tibble.md'
53
- ' tidyr ' : ' reference-maps/tidyr.md'
54
- ' forcats ' : ' reference-maps/forcats.md'
55
- ' data ' : ' reference-maps/datasets.md'
56
- ' other ' : ' reference-maps/other.md'
49
+ - ' reference-maps/ALL.md'
50
+ - ' reference-maps/base.md'
51
+ - ' reference-maps/dplyr.md'
52
+ - ' reference-maps/tibble.md'
53
+ - ' reference-maps/tidyr.md'
54
+ - ' reference-maps/forcats.md'
55
+ - ' reference-maps/datasets.md'
56
+ - ' reference-maps/other.md'
57
57
- ' Import datar ' : ' import.md'
58
58
- ' Backends ' : ' backends.md'
59
59
- ' Options ' : ' options.md'
60
60
- ' The f-expression ' : ' f.md'
61
61
- ' Data ' : ' data.md'
62
62
- ' Examples ' :
63
- ' across ' : ' notebooks/across.ipynb'
64
- ' add_column ' : ' notebooks/add_column.ipynb'
65
- ' add_row ' : ' notebooks/add_row.ipynb'
66
- ' arrange ' : ' notebooks/arrange.ipynb'
67
- ' base ' : ' notebooks/base.ipynb'
68
- ' base-arithmetic ' : ' notebooks/base-arithmetic.ipynb'
69
- ' base-funs ' : ' notebooks/base-funs.ipynb'
70
- ' between ' : ' notebooks/between.ipynb'
71
- ' bind ' : ' notebooks/bind.ipynb'
72
- ' case_when ' : ' notebooks/case_when.ipynb'
73
- ' chop ' : ' notebooks/chop.ipynb'
74
- ' coalesce ' : ' notebooks/coalesce.ipynb'
75
- ' complete ' : ' notebooks/complete.ipynb'
76
- ' context ' : ' notebooks/context.ipynb'
77
- ' count ' : ' notebooks/count.ipynb'
78
- ' cumall ' : ' notebooks/cumall.ipynb'
79
- ' desc ' : ' notebooks/desc.ipynb'
80
- ' distinct ' : ' notebooks/distinct.ipynb'
81
- ' drop_na ' : ' notebooks/drop_na.ipynb'
82
- ' enframe ' : ' notebooks/enframe.ipynb'
83
- ' expand ' : ' notebooks/expand.ipynb'
84
- ' expand_grid ' : ' notebooks/expand_grid.ipynb'
85
- ' extract ' : ' notebooks/extract.ipynb'
86
- ' fill ' : ' notebooks/fill.ipynb'
87
- ' filter ' : ' notebooks/filter.ipynb'
88
- ' filter-joins ' : ' notebooks/filter-joins.ipynb'
89
- ' forcats_fct_multi ' : ' notebooks/forcats_fct_multi.ipynb'
90
- ' forcats_lvl_addrm ' : ' notebooks/forcats_lvl_addrm.ipynb'
91
- ' forcats_lvl_order ' : ' notebooks/forcats_lvl_order.ipynb'
92
- ' forcats_lvl_value ' : ' notebooks/forcats_lvl_value.ipynb'
93
- ' forcats_misc ' : ' notebooks/forcats_misc.ipynb'
94
- ' full_seq ' : ' notebooks/full_seq.ipynb'
95
- ' other ' : ' notebooks/other.ipynb'
96
- ' group_by ' : ' notebooks/group_by.ipynb'
97
- ' group_map ' : ' notebooks/group_map.ipynb'
98
- ' group_split ' : ' notebooks/group_split.ipynb'
99
- ' group_trim ' : ' notebooks/group_trim.ipynb'
100
- ' lead-lag ' : ' notebooks/lead-lag.ipynb'
101
- ' mutate-joins ' : ' notebooks/mutate-joins.ipynb'
102
- ' mutate ' : ' notebooks/mutate.ipynb'
103
- ' n_distinct ' : ' notebooks/n_distinct.ipynb'
104
- ' na_if ' : ' notebooks/na_if.ipynb'
105
- ' near ' : ' notebooks/near.ipynb'
106
- ' nest ' : ' notebooks/nest.ipynb'
107
- ' nest-join ' : ' notebooks/nest-join.ipynb'
108
- ' nth ' : ' notebooks/nth.ipynb'
109
- ' pack ' : ' notebooks/pack.ipynb'
110
- ' pivot_longer ' : ' notebooks/pivot_longer.ipynb'
111
- ' pivot_wider ' : ' notebooks/pivot_wider.ipynb'
112
- ' pull ' : ' notebooks/pull.ipynb'
113
- ' ranking ' : ' notebooks/ranking.ipynb'
114
- ' readme ' : ' notebooks/readme.ipynb'
115
- ' recode ' : ' notebooks/recode.ipynb'
116
- ' relocate ' : ' notebooks/relocate.ipynb'
117
- ' rename ' : ' notebooks/rename.ipynb'
118
- ' replace_na ' : ' notebooks/replace_na.ipynb'
119
- ' rownames ' : ' notebooks/rownames.ipynb'
120
- ' rows ' : ' notebooks/rows.ipynb'
121
- ' rowwise ' : ' notebooks/rowwise.ipynb'
122
- ' select ' : ' notebooks/select.ipynb'
123
- ' separate ' : ' notebooks/separate.ipynb'
124
- ' setops ' : ' notebooks/setops.ipynb'
125
- ' slice ' : ' notebooks/slice.ipynb'
126
- ' summarise ' : ' notebooks/summarise.ipynb'
127
- ' tibble ' : ' notebooks/tibble.ipynb'
128
- ' uncount ' : ' notebooks/uncount.ipynb'
129
- ' unite ' : ' notebooks/unite.ipynb'
130
- ' with_groups ' : ' notebooks/with_groups.ipynb'
63
+ - ' across ' : ' notebooks/across.ipynb'
64
+ - ' add_column ' : ' notebooks/add_column.ipynb'
65
+ - ' add_row ' : ' notebooks/add_row.ipynb'
66
+ - ' arrange ' : ' notebooks/arrange.ipynb'
67
+ - ' base ' : ' notebooks/base.ipynb'
68
+ - ' base-arithmetic ' : ' notebooks/base-arithmetic.ipynb'
69
+ - ' base-funs ' : ' notebooks/base-funs.ipynb'
70
+ - ' between ' : ' notebooks/between.ipynb'
71
+ - ' bind ' : ' notebooks/bind.ipynb'
72
+ - ' case_when ' : ' notebooks/case_when.ipynb'
73
+ - ' chop ' : ' notebooks/chop.ipynb'
74
+ - ' coalesce ' : ' notebooks/coalesce.ipynb'
75
+ - ' complete ' : ' notebooks/complete.ipynb'
76
+ - ' context ' : ' notebooks/context.ipynb'
77
+ - ' count ' : ' notebooks/count.ipynb'
78
+ - ' cumall ' : ' notebooks/cumall.ipynb'
79
+ - ' desc ' : ' notebooks/desc.ipynb'
80
+ - ' distinct ' : ' notebooks/distinct.ipynb'
81
+ - ' drop_na ' : ' notebooks/drop_na.ipynb'
82
+ - ' enframe ' : ' notebooks/enframe.ipynb'
83
+ - ' expand ' : ' notebooks/expand.ipynb'
84
+ - ' expand_grid ' : ' notebooks/expand_grid.ipynb'
85
+ - ' extract ' : ' notebooks/extract.ipynb'
86
+ - ' fill ' : ' notebooks/fill.ipynb'
87
+ - ' filter ' : ' notebooks/filter.ipynb'
88
+ - ' filter-joins ' : ' notebooks/filter-joins.ipynb'
89
+ - ' forcats_fct_multi ' : ' notebooks/forcats_fct_multi.ipynb'
90
+ - ' forcats_lvl_addrm ' : ' notebooks/forcats_lvl_addrm.ipynb'
91
+ - ' forcats_lvl_order ' : ' notebooks/forcats_lvl_order.ipynb'
92
+ - ' forcats_lvl_value ' : ' notebooks/forcats_lvl_value.ipynb'
93
+ - ' forcats_misc ' : ' notebooks/forcats_misc.ipynb'
94
+ - ' full_seq ' : ' notebooks/full_seq.ipynb'
95
+ - ' other ' : ' notebooks/other.ipynb'
96
+ - ' group_by ' : ' notebooks/group_by.ipynb'
97
+ - ' group_map ' : ' notebooks/group_map.ipynb'
98
+ - ' group_split ' : ' notebooks/group_split.ipynb'
99
+ - ' group_trim ' : ' notebooks/group_trim.ipynb'
100
+ - ' lead-lag ' : ' notebooks/lead-lag.ipynb'
101
+ - ' mutate-joins ' : ' notebooks/mutate-joins.ipynb'
102
+ - ' mutate ' : ' notebooks/mutate.ipynb'
103
+ - ' n_distinct ' : ' notebooks/n_distinct.ipynb'
104
+ - ' na_if ' : ' notebooks/na_if.ipynb'
105
+ - ' near ' : ' notebooks/near.ipynb'
106
+ - ' nest ' : ' notebooks/nest.ipynb'
107
+ - ' nest-join ' : ' notebooks/nest-join.ipynb'
108
+ - ' nth ' : ' notebooks/nth.ipynb'
109
+ - ' pack ' : ' notebooks/pack.ipynb'
110
+ - ' pivot_longer ' : ' notebooks/pivot_longer.ipynb'
111
+ - ' pivot_wider ' : ' notebooks/pivot_wider.ipynb'
112
+ - ' pull ' : ' notebooks/pull.ipynb'
113
+ - ' ranking ' : ' notebooks/ranking.ipynb'
114
+ - ' readme ' : ' notebooks/readme.ipynb'
115
+ - ' recode ' : ' notebooks/recode.ipynb'
116
+ - ' relocate ' : ' notebooks/relocate.ipynb'
117
+ - ' rename ' : ' notebooks/rename.ipynb'
118
+ - ' replace_na ' : ' notebooks/replace_na.ipynb'
119
+ - ' rownames ' : ' notebooks/rownames.ipynb'
120
+ - ' rows ' : ' notebooks/rows.ipynb'
121
+ - ' rowwise ' : ' notebooks/rowwise.ipynb'
122
+ - ' select ' : ' notebooks/select.ipynb'
123
+ - ' separate ' : ' notebooks/separate.ipynb'
124
+ - ' setops ' : ' notebooks/setops.ipynb'
125
+ - ' slice ' : ' notebooks/slice.ipynb'
126
+ - ' summarise ' : ' notebooks/summarise.ipynb'
127
+ - ' tibble ' : ' notebooks/tibble.ipynb'
128
+ - ' uncount ' : ' notebooks/uncount.ipynb'
129
+ - ' unite ' : ' notebooks/unite.ipynb'
130
+ - ' with_groups ' : ' notebooks/with_groups.ipynb'
131
131
- ' API ' : ' mkapi/api/datar'
132
132
- ' Change Log ' : CHANGELOG.md
0 commit comments