-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
101 lines (100 loc) · 2.91 KB
/
NAMESPACE
File metadata and controls
101 lines (100 loc) · 2.91 KB
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
# Generated by roxygen2: do not edit by hand
export(get_and_save_file_info)
export(get_recursive_file_info)
export(guess_file_metadata)
export(name_is_ok)
export(name_to_traffic_light)
export(plot_all_treemaps)
export(plot_path_network)
export(plot_treemaps_from_path_data)
export(read_file_info)
export(read_file_paths)
export(read_lines)
export(read_paths)
export(run_app)
export(run_app_scan)
export(write_csv)
export(write_file_info)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(gdata,humanReadable)
importFrom(ggplot2,ggtitle)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(jsTree,jsTree)
importFrom(jsTree,jsTreeOutput)
importFrom(jsTree,renderJsTree)
importFrom(kwb.file,split_paths)
importFrom(kwb.utils,asNoFactorDataFrame)
importFrom(kwb.utils,assertFinalSlash)
importFrom(kwb.utils,callWith)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,catIf)
importFrom(kwb.utils,checkForMissingColumns)
importFrom(kwb.utils,defaultIfNA)
importFrom(kwb.utils,defaultIfNULL)
importFrom(kwb.utils,fileExtension)
importFrom(kwb.utils,getAttribute)
importFrom(kwb.utils,isNaOrEmpty)
importFrom(kwb.utils,moveColumnsToFront)
importFrom(kwb.utils,multiSubstitute)
importFrom(kwb.utils,noFactorDataFrame)
importFrom(kwb.utils,printIf)
importFrom(kwb.utils,rStylePath)
importFrom(kwb.utils,removeColumns)
importFrom(kwb.utils,removeExtension)
importFrom(kwb.utils,renameColumns)
importFrom(kwb.utils,selectColumns)
importFrom(kwb.utils,stringList)
importFrom(magrittr,"%>%")
importFrom(networkD3,renderSankeyNetwork)
importFrom(networkD3,sankeyNetworkOutput)
importFrom(pathlist,as.list)
importFrom(pathlist,depth)
importFrom(pathlist,filename)
importFrom(pathlist,folder)
importFrom(pathlist,hide_server)
importFrom(pathlist,pathlist)
importFrom(pathlist,toplevel)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rlang,.data)
importFrom(shiny,NS)
importFrom(shiny,callModule)
importFrom(shiny,column)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,mainPanel)
importFrom(shiny,observe)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,showNotification)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tableOutput)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,textOutput)
importFrom(shiny,titlePanel)
importFrom(shiny,uiOutput)
importFrom(shiny,verticalLayout)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(wordcloud,wordcloud)