-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
59 lines (51 loc) · 1.37 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
54
55
56
57
58
59
url: https://dfe-analytical-services.github.io/dfeR/
template:
bootstrap: 5
bootswatch: quartz
bslib:
pkgdown-nav-height: 81.4468px
code-color: "ffffff"
reference:
- title: Data sets
desc: Data sets exported in the package
contents:
- ons_geog_shorthands
- wd_pcon_lad_la_rgn_ctry
- countries
- regions
- geog_time_identifiers
- title: Database connection
desc: Helpful functions for connecting to databases in DfE
contents:
- get_clean_sql
- title: Fetch geography lists
desc: Pull geography lookups from the ONS Geography Portal
contents:
- starts_with("fetch_")
- title: Presentation prettifiers
desc: Functions for presenting pretty versions of numbers with readable code
contents:
- starts_with("pretty_")
- title: Pre-populated project
desc: >
A function to create a new R project with a pre-populated folder and
file structure
contents:
- create_project
- title: Specific formats
desc: Functions for converting to specific formats
contents:
- starts_with("format_")
- title: Helpers
desc: >
Functions used in other functions across the package, exported as they can also
be useful in their own right
contents:
- round_five_up
- comma_sep
- get_ons_api_data
- toggle_message
- title: Replace NA values
desc: Replace NA values with the default "z" or an alternative replacement
contents:
- z_replace