-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.96 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
# Generated by roxygen2: do not edit by hand
export(addWorksheetWithSanitizedName)
export(create_day_page)
export(delete_data_on_firestore)
export(get_all_name_combos)
export(get_ci_data_for_a_day)
export(get_ci_data_for_a_day_v2)
export(get_ci_event_data_for_a_day)
export(get_data_for_all_days_for_a_combo)
export(get_data_from_firestore)
export(post_data_to_firestore)
export(post_event_data_ci)
export(run_app)
export(sanitized_sheet_name)
export(sign_in)
export(update_data_on_firestore)
import(bslib)
import(dplyr)
import(firebase)
import(httr)
import(jsonlite)
import(openxlsx)
import(purrr)
import(shiny)
import(shinyjs)
import(tibble)
import(tidyr)
importFrom(bslib,accordion)
importFrom(bslib,accordion_panel_close)
importFrom(bslib,accordion_panel_insert)
importFrom(bslib,layout_columns)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,removeWorksheet)
importFrom(openxlsx,writeDataTable)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,br)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,div)
importFrom(shiny,h4)
importFrom(shiny,modalDialog)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveTimer)
importFrom(shiny,reactiveVal)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeModal)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,span)
importFrom(shiny,strong)
importFrom(shiny,tagList)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateTextAreaInput)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyjs,disable)
importFrom(shinyjs,html)