-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path_pkgdown.yml
80 lines (64 loc) · 1.54 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
navbar:
right:
- icon: fa-github
href: https://github.com/NCEAS/arcticdatautils
reference:
- title: "Access functions"
desc: >
High-level utility functions for getting and setting access rules for DataONE objects
contents:
- set_rights_holder
- set_access
- remove_access
- set_rights_and_access
- set_public_read
- remove_public_read
- is_public_read
- title: "NetCDF Functions"
desc: >
Get a data.frame of attributes from a NetCDF object
contents:
- get_ncdf4_attributes
- title: "Package editing functions"
desc: >
Functions for managing package contents
contents:
- publish_object
- update_object
- publish_update
- create_resource_map
- update_resource_map
- set_file_name
- reformat_file_name
- title: "Functions to help test a package"
desc: >
Various helper functions for things like testing a package
contents:
- starts_with('create_')
- title: "EML Functions"
desc: >
Helper functions for creating EML metadata
contents:
- starts_with('pid_')
- eml_get_raster_metadata
- eml_nsf_to_project
- eml_otherEntity_to_dataTable
- reorder_pids
- title: "Environment Functions"
desc: >
Function related to loading configuriation based upon the environment
contents:
- starts_with('env_')
- title: "Format Functions"
desc: >
Functions related to data object formats
contents:
- guess_format_id
- format_eml
- format_iso
- convert_iso_to_eml
- title: "QA Function"
desc: >
Function related to metadata quality
contents:
- mdq_run