-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathNAMESPACE
More file actions
86 lines (85 loc) · 2.4 KB
/
Copy pathNAMESPACE
File metadata and controls
86 lines (85 loc) · 2.4 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
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_info_guests_in_database)
export(count_confirmations)
export(get_count_countdown_moments)
export(get_map_wedding)
export(get_total_expenses)
export(plot_all_seating_plans)
export(plot_expenses_by_paymaster)
export(plot_one_seating_plan)
export(rename_expenses_to_fr)
export(run_app)
import(shiny)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(geosphere,centroid)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(leaflet,"%>%")
importFrom(leaflet,addAwesomeMarkers)
importFrom(leaflet,addMarkers)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,awesomeIcons)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,renderLeaflet)
importFrom(leaflet,setView)
importFrom(lubridate,days)
importFrom(lubridate,hours)
importFrom(lubridate,interval)
importFrom(lubridate,minutes)
importFrom(lubridate,now)
importFrom(lubridate,seconds)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(patchwork,wrap_plots)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(readr,col_character)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(scales,dollar)
importFrom(scales,dollar_format)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyWidgets,setBackgroundImage)
importFrom(shinyjs,hide)
importFrom(shinyjs,reset)
importFrom(shinyjs,useShinyjs)
importFrom(shinymanager,set_labels)
importFrom(tibble,add_row)
importFrom(tibble,tibble)