-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
53 lines (51 loc) · 1.17 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
url: http://kylehusmann.com/interlacer/
template:
bootstrap: 5
includes:
in_header: |
<script data-goatcounter="https://interlacer.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
articles:
- title: Articles
navbar: ~
contents:
- extended-column-types
- coded-data
- other-approaches
reference:
- title: Reading and writing interlaced data
- contents:
- read_interlaced_delim
- write_interlaced_delim
- parse_interlaced
- interlacer_example
- title: Extended column type specification
- contents:
- x_cols
- x_spec
- x_col
- v_col_guess
- na_col_default
- title: The `interlaced` type
desc: Functions for working with the `interlaced` type
- contents:
- interlaced
- na
- value_channel
- flatten_channels
- "%==%"
- map_value_channel
- na_levels
- title: Tidy helpers for `interlaced` types
desc: |
Wrappers for tidyselect selectors and dplyr verbs that target value
or missing reason channels
- contents:
- has_concept("interlaced tidy helpers")
- title: The `cfactor` type
desc: Functions for working with the `cfactor` type
- contents:
- cfactor
- as.cfactor
- codes
- as.codes