-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.09 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(check_variables_list)
export(connect_sqlite)
export(create_sqlite)
export(db_add_relations)
export(db_annotate)
export(db_describe_annotation)
export(db_describe_equipment)
export(db_describe_method)
export(db_describe_organization)
export(db_describe_person)
export(db_describe_sample)
export(db_describe_site)
export(db_describe_variable)
export(db_get_annotations)
export(db_get_equipment)
export(db_get_methods)
export(db_get_people)
export(db_get_results)
export(db_get_samples)
export(db_get_sites)
export(db_get_variables)
export(db_get_water_level_ts)
export(db_insert_results_m)
export(db_insert_results_samples)
export(db_insert_results_samples_profile)
export(db_insert_results_ts)
export(disconnect_sqlite)
export(get_cv_terms)
export(get_site_codes)
export(get_variable_codes)
export(insert_processinglevel)
export(make_vars_list)
importFrom(RSQLite,dbGetQuery)
importFrom(dplyr,bind_rows)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(glue,glue_data)
importFrom(magrittr,"%>%")
importFrom(shiny,renderUI)
importFrom(utils,menu)