-
Notifications
You must be signed in to change notification settings - Fork 257
/
NAMESPACE
124 lines (123 loc) · 2.81 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Generated by roxygen2: do not edit by hand
S3method(format,plumber_available_apis)
S3method(print,plumber_available_apis)
export("%>%")
export(Plumber)
export(PlumberEndpoint)
export(PlumberStatic)
export(addSerializer)
export(as_attachment)
export(available_apis)
export(do_configure_https)
export(do_deploy_api)
export(do_forward)
export(do_provision)
export(do_remove_api)
export(do_remove_forward)
export(endpoint_serializer)
export(forward)
export(getCharacterSet)
export(get_character_set)
export(get_option_or_env)
export(include_file)
export(include_html)
export(include_md)
export(include_rmd)
export(is_plumber)
export(options_plumber)
export(parser_csv)
export(parser_feather)
export(parser_form)
export(parser_geojson)
export(parser_json)
export(parser_multi)
export(parser_none)
export(parser_octet)
export(parser_parquet)
export(parser_rds)
export(parser_read_file)
export(parser_text)
export(parser_tsv)
export(parser_yaml)
export(plumb)
export(plumb_api)
export(plumber)
export(pr)
export(pr_cookie)
export(pr_delete)
export(pr_filter)
export(pr_get)
export(pr_handle)
export(pr_head)
export(pr_hook)
export(pr_hooks)
export(pr_mount)
export(pr_post)
export(pr_put)
export(pr_run)
export(pr_set_404)
export(pr_set_api_spec)
export(pr_set_debug)
export(pr_set_docs)
export(pr_set_docs_callback)
export(pr_set_error)
export(pr_set_parsers)
export(pr_set_serializer)
export(pr_static)
export(random_cookie_key)
export(register_docs)
export(register_parser)
export(register_serializer)
export(registered_docs)
export(registered_parsers)
export(registered_serializers)
export(serializer_agg_jpeg)
export(serializer_agg_png)
export(serializer_agg_tiff)
export(serializer_bmp)
export(serializer_cat)
export(serializer_content_type)
export(serializer_csv)
export(serializer_device)
export(serializer_feather)
export(serializer_format)
export(serializer_geojson)
export(serializer_headers)
export(serializer_html)
export(serializer_htmlwidget)
export(serializer_jpeg)
export(serializer_json)
export(serializer_octet)
export(serializer_parquet)
export(serializer_pdf)
export(serializer_png)
export(serializer_print)
export(serializer_rds)
export(serializer_svg)
export(serializer_svglite)
export(serializer_text)
export(serializer_tiff)
export(serializer_tsv)
export(serializer_unboxed_json)
export(serializer_write_file)
export(serializer_yaml)
export(sessionCookie)
export(session_cookie)
export(validate_api_spec)
import(R6)
import(promises)
import(stringi)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.set)
importFrom(jsonlite,parse_json)
importFrom(jsonlite,toJSON)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,missing_arg)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,file.edit)
importFrom(utils,installed.packages)
importFrom(utils,tail)
importFrom(webutils,parse_multipart)