-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
48 lines (41 loc) · 948 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
authors:
Jeffrey O Hanson:
href: https://jeffrey-hanson.com
Richard Schuster:
href: http://www.richard-schuster.com
template:
params:
bootswatch: flatly
reference:
- title: Summary
desc: >
Package summary
contents:
- whatdataio
- title: Create workbooks
desc: >
Create Excel workbooks for storing data.
contents:
- ends_with("_workbook")
- title: Import and export
desc: >
Functions for reading and writing data.
contents:
- starts_with("read_")
- starts_with("write_")
- title: Format data
desc: >
Functions for formatting data.
contents:
- starts_with("format_")
- title: Simulate data
desc: >
Functions for simulating data.
contents:
- starts_with("simulate_")
- title: Validation
desc: >
Functions for validating objects.
contents:
- starts_with("has_")
- starts_with("is_")