forked from r-geoflow/geoflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
75 lines (74 loc) · 1.81 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
# Generated by roxygen2: do not edit by hand
export(check_packages)
export(closeWorkflow)
export(debugWorkflow)
export(enrich_text_from_entity)
export(executeWorkflow)
export(executeWorkflowJob)
export(extract_cell_components)
export(extract_kvp)
export(filter_sf_by_cqlfilter)
export(geoflowLogger)
export(geoflow_action)
export(geoflow_contact)
export(geoflow_data)
export(geoflow_data_accessor)
export(geoflow_date)
export(geoflow_dictionary)
export(geoflow_dimension)
export(geoflow_entity)
export(geoflow_featuremember)
export(geoflow_featuretype)
export(geoflow_format)
export(geoflow_handler)
export(geoflow_keyword)
export(geoflow_kvp)
export(geoflow_process)
export(geoflow_profile)
export(geoflow_provenance)
export(geoflow_register)
export(geoflow_relation)
export(geoflow_right)
export(geoflow_software)
export(geoflow_subject)
export(get_line_separator)
export(initWorkflow)
export(initWorkflowJob)
export(list_action_options)
export(list_actions)
export(list_contact_handlers)
export(list_data_accessors)
export(list_dictionary_handlers)
export(list_entity_handlers)
export(list_registers)
export(list_software)
export(list_software_parameters)
export(list_software_properties)
export(posix_to_str)
export(register_actions)
export(register_contact_handlers)
export(register_data_accessors)
export(register_dictionary_handlers)
export(register_entity_handlers)
export(register_registers)
export(register_software)
export(sanitize_date)
export(sanitize_str)
export(set_line_separator)
export(str_to_posix)
export(writeWorkflowJobDataResource)
import(R6)
import(httr)
import(jsonlite)
import(methods)
import(plyr)
import(readr)
import(sf)
import(xml2)
importFrom(R6,R6Class)
importFrom(utils,capture.output)
importFrom(utils,packageDescription)
importFrom(utils,read.csv)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(zip,zipr)