-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
94 lines (88 loc) · 2.08 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
url: https://worldfishcenter.github.io/peskas.timor.data.pipeline/
template:
bootstrap: 5
bslib:
primary: '#47475C'
heading_font:
google:
family: Alegreya Sans SC
wght: 400
base_font:
google:
family: IBM Plex Sans
code_font:
google: Fira Mono
reference:
- title: Workflow
desc: >
These are arguably the most important functions in the package. Each of
these functions executes a step in the data pipeline.
- contents:
- has_keyword("workflow")
- title: Cloud
- subtitle: Cloud storage
desc: Functions that interact with cloud storage providers.
contents:
- matches("cloud")
- matches("get")
- matches("ingest")
- add_version
- subtitle: Google Spreadsheets
desc: Functions to interact with Google Drive and Spreadsheets
contents:
- matches("google")
- subtitle: Airtable
desc: Functions to interact with Airtable
contents:
- matches("air")
- title: Data
- subtitle: Survey
desc: Functions that help retrieving survey data
- contents:
- matches("survey")
- subtitle: PDS
desc: Functions that help retrieving Pelagic Data System data
- contents:
- matches("pds")
- kepler_mapper
- subtitle: Data modeling
desc: Functions dedicated to data modeling.
contents:
- matches("model")
- subtitle: Data validation
desc: Functions dedicated to data validation
contents:
- matches("validate")
- alert_outlier
- send_validation_mail
- title: Helper functions
- subtitle: Data preprocessing
desc: Functions dedicated to data processing.
contents:
- matches("nest")
- matches("pt_validate")
- matches("clean")
- coalist
- merge_consecutive_trips
- join_weights
- retrieve_lengths
- fill_missing_regions
- subtitle: Taxonomy
contents:
- convert_taxa_names
- subtitle: Utils
contents:
- read_config
- title: Data sharing
- subtitle: Publishing
desc: Functions deemed to share data and reports.
contents:
- matches("dataverse")
- matches("dataset")
- upload_files
- generate_metadata
- generate_description
- send_sites_report
- subtitle: Utils
contents:
- read_config