forked from gertstulp/ggplotgui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.2 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(SummaryTable1)
export(SummaryTable2)
export(SummaryTable3)
export(data_package_copy)
export(data_package_download)
export(data_package_read)
export(data_package_remove)
export(data_package_shiny_handler)
export(data_package_wrapper)
export(datapie_shiny)
export(freqclocks_forDates)
export(freqclocks_forPOSIX)
export(make_cat_variable_summary_df)
export(make_categorical_histogram)
export(make_missing_plot)
export(make_numeric_histogram)
export(make_numeric_variable_summary_df)
export(make_time_variable_summary_df)
export(make_vector_of_Date_variable_names)
export(make_vector_of_POSIX_variable_names)
export(make_vector_of_categorical_variable_names)
export(make_vector_of_numeric_variable_names)
export(read_data_archived)
export(space_detective)
export(space_plot)
export(static_report_complete)
export(static_report_entity)
export(static_report_variable)
export(time_detector)
export(use_missing_code)
import(RColorBrewer)
import(ggplot2)
import(haven)
import(magrittr)
import(readxl)
import(shiny)
import(shinyjs)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(readr,read_delim)
importFrom(stringr,str_replace_all)