forked from Edouard-Legoupil/kobocruncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
139 lines (138 loc) · 3.75 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Generated by roxygen2: do not edit by hand
export("%>%")
export(kobo_anonymise)
export(kobo_cruncher)
export(kobo_data)
export(kobo_dico)
export(kobo_frame)
export(kobo_indicator)
export(kobo_likert)
export(kobo_prepare_form)
export(kobo_ridl)
export(label_choiceset)
export(label_varhint)
export(label_varname)
export(plot_correlation)
export(plot_header)
export(plot_integer)
export(plot_integer_cross)
export(plot_likert)
export(plot_select_multiple)
export(plot_select_multiple_cross)
export(plot_select_one)
export(plot_select_one_cross)
export(plot_text)
export(run_app)
export(template_1_exploration)
import(dplyr)
import(ggplot2)
import(golem)
import(riddle)
import(shiny)
import(shinydashboard)
import(tidyverse)
importFrom(SnowballC,wordStem)
importFrom(XlsFormUtil,fct_xlsfrom_language)
importFrom(data.table,":=")
importFrom(datawizard,kurtosis)
importFrom(datawizard,skewness)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,if_any)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(fs,path_file)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggwordcloud,geom_text_wordcloud)
importFrom(glue,glue)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(here,here)
importFrom(jsonlite,fromJSON)
importFrom(likert,likert)
importFrom(magrittr,"%>%")
importFrom(openxlsx,addStyle)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createStyle)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,setColWidths)
importFrom(openxlsx,writeData)
importFrom(purrr,accumulate2)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,modify_at)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(riddle,dataset_show)
importFrom(riddle,resource_create)
importFrom(riddle,resource_metadata)
importFrom(riddle,resource_update)
importFrom(rmarkdown,render)
importFrom(scales,label_percent)
importFrom(shiny,shinyApp)
importFrom(stats,IQR)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_wrap)
importFrom(tidyr,drop_na)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(tm,Corpus)
importFrom(tm,TermDocumentMatrix)
importFrom(tm,VectorSource)
importFrom(tm,content_transformer)
importFrom(tm,removeNumbers)
importFrom(tm,removePunctuation)
importFrom(tm,removeWords)
importFrom(tm,stemDocument)
importFrom(tm,stopwords)
importFrom(tm,stripWhitespace)
importFrom(tm,tm_map)
importFrom(unhcrdown,html_page)
importFrom(unhcrdown,paged_simple)
importFrom(unhcrdown,pptx_slides)
importFrom(unhcrshiny,theme_shinydashboard_unhcr)
importFrom(utils,head)
importFrom(utils,tail)