forked from NCEAS/arcticdatautils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
94 lines (75 loc) · 1.88 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
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: DataOne Functions
desc: Helper functions for the dataone package
contents:
- is_token_set
- get_token
- is_token_expired
- get_mn_base_url
- is_authorized
- title: NetCDF Functions
desc: Get a data.frame of attributes from a NetCDF object
contents:
- get_ncdf4_attributes
- get_token
- is_token_expired
- get_mn_base_url
- is_authorized
- title: Sysmeta Function
desc: Utility function for modifying System Metadata objects
contents:
- get_all_sysmeta
- 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_')
- get_orcid_name
- get_orcid_email
- title: EML Functions
desc: Helper functions for creating EML metadata
contents:
- starts_with('pid_')
- starts_with('eml_')
- sysmeta_to_eml_physical
- get_orcid_email
- set_abstract
- which_in_eml
- 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
- title: QA Function
desc: Function related to metadata quality
contents:
- mdq_run