-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
32 lines (31 loc) · 845 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(mi_analyze_document)
export(mi_plot_document_summary)
export(mi_plot_individual_frequency)
export(mi_use_builtin)
export(word_doc_to_txt)
import(hrbrthemes)
import(stringi)
import(tidytext)
import(viridis)
importFrom(dplyr,count)
importFrom(dplyr,data_frame)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_discrete)
importFrom(magrittr,"%>%")
importFrom(processx,run)
importFrom(purrr,map_df)
importFrom(tools,file_path_as_absolute)
importFrom(tools,file_path_sans_ext)