-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
44 lines (43 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(explore_cicero)
export(get_legislative_district)
export(get_map)
export(get_nonlegislative_district)
export(get_official)
export(get_upcoming_elections)
export(set_token_and_user)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,contains)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(leaflet,addMarkers)
importFrom(leaflet,addTiles)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,renderLeaflet)
importFrom(magrittr,"%>%")
importFrom(shiny,actionButton)
importFrom(shiny,column)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,htmlOutput)
importFrom(shiny,icon)
importFrom(shiny,renderTable)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarPanel)
importFrom(shiny,tabPanel)
importFrom(shiny,tableOutput)
importFrom(shiny,tabsetPanel)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(tidyjson,as.tbl_json)
importFrom(tidyjson,enter_object)
importFrom(tidyjson,jstring)
importFrom(tidyjson,spread_values)