-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
41 lines (40 loc) · 907 Bytes
/
NAMESPACE
File metadata and controls
41 lines (40 loc) · 907 Bytes
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
# Generated by roxygen2: do not edit by hand
export(App)
export(Session)
export(allowDirectories)
export(allowFunctions)
export(allowVariables)
export(authorize)
export(callFunction)
export(closePage)
export(closeSession)
export(getMessageIds)
export(getPage)
export(getPort)
export(getSession)
export(getSessionIds)
export(getSessionVariable)
export(listen)
export(openPage)
export(removeMessage)
export(removeSessionVariables)
export(sendCommand)
export(sendData)
export(sendHTML)
export(setEnvironment)
export(setLimits)
export(setSessionVariables)
import(R6)
import(httpuv)
import(mime)
import(stringr)
importFrom(R.utils,filePath)
importFrom(httpuv,service)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(stringi,stri_rand_strings)
importFrom(utils,browseURL)
importFrom(utils,compareVersion)
importFrom(utils,menu)
importFrom(utils,object.size)
importFrom(utils,packageVersion)