forked from NCEAS/arcticdatautils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
77 lines (76 loc) · 1.87 KB
/
NAMESPACE
File metadata and controls
77 lines (76 loc) · 1.87 KB
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
# Generated by roxygen2: do not edit by hand
export(add_methods_step)
export(clear_methods)
export(convert_iso_to_eml)
export(create_dummy_attributes_dataframe)
export(create_dummy_enumeratedDomain_dataframe)
export(create_dummy_metadata)
export(create_dummy_object)
export(create_dummy_package)
export(create_dummy_parent_package)
export(create_resource_map)
export(eml_abstract)
export(eml_add_entities)
export(eml_address)
export(eml_associated_party)
export(eml_contact)
export(eml_creator)
export(eml_individual_name)
export(eml_metadata_provider)
export(eml_party)
export(eml_personnel)
export(eml_project)
export(eml_validate_attributes)
export(env_get)
export(find_newest_object)
export(format_eml)
export(format_iso)
export(get_all_versions)
export(get_mn_base_url)
export(get_ncdf4_attributes)
export(get_package)
export(get_token)
export(guess_format_id)
export(is_authorized)
export(is_obsolete)
export(is_token_expired)
export(is_token_set)
export(mdq_run)
export(new_uuid)
export(object_exists)
export(parse_resource_map)
export(pid_to_eml_datatable)
export(pid_to_eml_other_entity)
export(pid_to_eml_physical)
export(publish_object)
export(publish_update)
export(remove_public_read)
export(set_abstract)
export(set_access)
export(set_file_name)
export(set_other_entities)
export(set_public_read)
export(set_rights_and_access)
export(set_rights_holder)
export(show_indexing_status)
export(sysmeta_to_eml_other_entity)
export(sysmeta_to_eml_physical)
export(update_object)
export(update_resource_map)
export(view_profile)
import(EML)
import(XML)
import(dataone)
import(datapack)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(stats,na.omit)
importFrom(utils,URLencode)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)