-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
72 lines (71 loc) · 2.05 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(COLLECTIONS)
export(anonymize_uuid)
export(combine_named_lists)
export(connect_stage_collections)
export(convert_columns_to_datetime)
export(convert_datetime_string_to_datetime)
export(downsample_cleaned_locations_by_timestamp)
export(generate_trajectories)
export(get_n_locations_in_query)
export(get_n_trips_in_query)
export(mod_mapview_ui)
export(normalise_uuid)
export(query_cleaned_locations)
export(query_cleaned_locations_by_timestamp)
export(query_cleaned_place)
export(query_cleaned_section)
export(query_cleaned_trips)
export(query_confirmed_trips_by_timestamp)
export(query_diary_summ)
export(query_max_trip_timestamp)
export(query_min_trip_timestamp)
export(query_most_recent_n_trip_docs)
export(query_raw_trips)
export(query_server_calls)
export(query_stage_profiles)
export(query_stage_uuids)
export(query_usercache_get_summ)
export(query_usercache_put_summ)
export(run_app)
export(save_config_file)
export(summarise_server_calls)
export(summarise_trips)
export(tidy_cleaned_locations)
export(tidy_cleaned_trips)
export(tidy_participants)
export(tidy_server_calls)
import(DTedit)
import(data.table)
import(mapview)
import(shiny)
import(shinydashboard)
importFrom(config,get)
importFrom(esquisse,esquisserServer)
importFrom(esquisse,esquisserUI)
importFrom(flexdashboard,gauge)
importFrom(flexdashboard,gaugeOutput)
importFrom(flexdashboard,gaugeSectors)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_minimal)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(sf,st_drop_geometry)
importFrom(sf,st_linestring)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)