-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
41 lines (40 loc) · 1.19 KB
/
NAMESPACE
File metadata and controls
41 lines (40 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calculate_delta_w)
export(crop_box)
export(data_to_natural)
export(define_controls)
export(generate_rabimo_area)
export(get_measure_stats)
export(get_soil_properties)
export(read_column_info)
export(real_evapo_transpiration)
export(run_rabimo)
export(run_rabimo_with_measures)
export(test_plumber_api)
export(triangle_of_fractions)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,createAccessor)
importFrom(kwb.utils,defaultIfNULL)
importFrom(kwb.utils,getAttribute)
importFrom(kwb.utils,printIf)
importFrom(kwb.utils,renameAndSelect)
importFrom(kwb.utils,renameColumns)
importFrom(kwb.utils,selectColumns)
importFrom(kwb.utils,selectElements)
importFrom(kwb.utils,stopFormatted)
importFrom(kwb.utils,stringList)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(rlang,.data)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_crop)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_sfc)
importFrom(stats,approx)
importFrom(utils,globalVariables)