-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 937 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(.funformat)
export(BarplotCovid)
export(LinePlotCovid)
export(StackedBarplotCovid)
export(ageclassMap)
export(aggregate_to_month)
export(calc_ratio_fullyvac)
export(col_current_status)
export(color_cells)
export(data_path)
export(filter_dataplot)
export(make_100k)
export(pick_vac_lev)
export(pick_vac_lev_col)
export(read_bag_data_cases)
export(read_bag_data_vac)
export(rescale_unknown)
export(run_report)
export(vac_levels)
export(vac_levels_colors)
export(weeks_to_date)
import(dplyr)
import(ggplot2)
import(shiny)
import(tidyr)
importFrom(graphics,plot.new)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,month)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,style)
importFrom(scales,label_number)
importFrom(scales,pretty_breaks)
importFrom(stats,median)
importFrom(stringr,str_split)