-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
46 lines (45 loc) · 1017 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
40
41
42
43
44
45
46
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_html_title_tag)
export(check_data_args)
export(collection_period)
export(find_missing_instanceIDs)
export(free_text_wordcloud)
export(get_new_submissions)
export(get_new_submissions_odata)
export(heatmap_calendar)
export(heatmap_wday_hourofday)
export(identify_choice_questions)
export(info_msg)
export(load_data_sub_date)
export(multiple_choice_question_bar)
export(preprocess_wc_generation)
export(remove_html_tags)
export(rename_schema)
export(run_app)
export(set_color)
export(setup_ruODK)
export(single_choice_question_pie)
export(submission_goal_donut)
export(submissions_timeseries_lineplot)
import(DT)
import(clisymbols)
import(crayon)
import(dplyr)
import(ggplot2)
import(glue)
import(htmltools)
import(htmlwidgets)
import(lubridate)
import(plotly)
import(plyr)
import(readr)
import(rmarkdown)
import(ruODK)
import(shiny)
import(shinyalert)
import(shinycssloaders)
import(tibble)
import(tm)
import(wordcloud2)
importFrom(magrittr,"%>%")