-
Notifications
You must be signed in to change notification settings - Fork 20
/
NAMESPACE
95 lines (94 loc) · 2.43 KB
/
NAMESPACE
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
95
# Generated by roxygen2: do not edit by hand
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_package_full)
export(create_dummy_parent_package)
export(create_resource_map)
export(eml_adcad_annotation)
export(eml_add_distribution)
export(eml_add_entity_system)
export(eml_add_publisher)
export(eml_arcrc_add_annotation)
export(eml_arcrc_essay_annotation)
export(eml_arcrc_key_variable_annotation)
export(eml_associated_party)
export(eml_categorize_dataset)
export(eml_contact)
export(eml_creator)
export(eml_ecso_annotation)
export(eml_get_raster_metadata)
export(eml_get_simple)
export(eml_nsf_to_project)
export(eml_otherEntity_to_dataTable)
export(eml_party)
export(eml_set_reference)
export(eml_set_shared_attributes)
export(find_newest_object)
export(format_eml)
export(format_iso)
export(generate_resource_map)
export(get_all_versions)
export(get_coord_list)
export(get_mn_base_url)
export(get_ncdf4_attributes)
export(get_ontology_concepts)
export(get_package)
export(get_token)
export(guess_format_id)
export(is_authorized)
export(is_obsolete)
export(is_public_read)
export(is_token_expired)
export(is_token_set)
export(mdq_run)
export(mosaic_annotate_attribute)
export(mosaic_annotate_dataset)
export(mosaic_portal_filter)
export(new_uuid)
export(object_exists)
export(parse_resource_map)
export(pid_to_eml_entity)
export(pid_to_eml_physical)
export(publish_object)
export(publish_update)
export(read_ontology)
export(read_zip_shapefile)
export(recover_failed_submission)
export(remove_access)
export(remove_public_read)
export(reorder_pids)
export(set_access)
export(set_file_name)
export(set_public_read)
export(set_public_read_all_versions)
export(set_rights_and_access)
export(set_rights_holder)
export(show_indexing_status)
export(title_to_file_name)
export(update_object)
export(update_resource_map)
export(which_in_eml)
import(EML)
import(XML)
import(dataone)
import(datapack)
importFrom(httr,content)
importFrom(magrittr,'%>%')
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(utils,URLencode)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)