-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.1 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(getVolumes)
export(parseDirPath)
export(parseFilePaths)
export(parseSavePath)
export(shinyDirButton)
export(shinyDirChoose)
export(shinyDirLink)
export(shinyFileChoose)
export(shinyFileSave)
export(shinyFilesButton)
export(shinyFilesExample)
export(shinyFilesLink)
export(shinySaveButton)
export(shinySaveLink)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,file_access)
importFrom(fs,file_exists)
importFrom(fs,file_info)
importFrom(fs,path)
importFrom(fs,path_ext)
importFrom(fs,path_file)
importFrom(fs,path_has_parent)
importFrom(fs,path_join)
importFrom(fs,path_norm)
importFrom(htmltools,singleton)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(jsonlite,toJSON)
importFrom(shiny,addResourcePath)
importFrom(shiny,invalidateLater)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,req)
importFrom(shiny,restoreInput)
importFrom(shiny,runApp)
importFrom(shiny,showNotification)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_ext)