forked from rstudio/plumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 872 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
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(PlumberEndpoint)
export(PlumberStatic)
export(addSerializer)
export(do_configure_https)
export(do_deploy_api)
export(do_forward)
export(do_provision)
export(do_remove_api)
export(do_remove_forward)
export(forward)
export(include_file)
export(include_html)
export(include_md)
export(include_rmd)
export(plumb)
export(plumber)
export(serializer_content_type)
export(serializer_html)
export(serializer_htmlwidget)
export(serializer_json)
export(serializer_unboxed_json)
export(sessionCookie)
import(R6)
import(crayon)
import(stringi)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(httpuv,runServer)
importFrom(jsonlite,fromJSON)
importFrom(stats,runif)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,compareVersion)
importFrom(utils,packageVersion)