-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
68 lines (61 loc) · 1.45 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
60
61
62
63
64
65
66
67
68
url: http://degauss.org/dht
template:
bootstrap: 5
theme: atom-one-light
bslib:
bg: "#FFFFFF"
fg: "#072B67"
primary: "#C2326B"
reference:
- title: User Interface
description: |
These functions are used to interact with DeGAUSS container users.
contents:
- greeting
- check_ram
- degauss_colors
- title: Reading and Writing Data
contents:
- read_lat_lon_csv
- check_for_column
- write_geomarker_file
- title: Addresses
description: |
Tools for cleaning addresses and detecting different common patterns.
contents:
- clean_address
- address_is_nonaddress
- address_is_po_box
- address_is_institutional
- title: Dates
description: |
Validating and calculating dates.
contents:
- check_dates
- check_end_after_start_date
- expand_dates
- title: Running DeGAUSS from R
description: |
Run tabular data through DeGAUSS containers from R without using CSV files.
contents:
- degauss_run
- find_docker
- has_docker
- make_degauss_command
- title: Development and Infrastructure
contents:
- use_degauss_container
- get_degauss_core_lib_env
- get_degauss_env_dockerfile
- get_degauss_env_online
- core_lib_images
- create_degauss_menu_data
- make_degauss_command
- use_degauss_compose
- title: Deprecated
description: |
Functions that are still supported but no longer receive active
development, as better solutions now exist.
contents:
- qlibrary
- degauss_menu