forked from hafen/trelliscopejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
73 lines (72 loc) · 1.75 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
# Generated by roxygen2: do not edit by hand
S3method("[",panel_promise)
S3method("[",trelliscope_cogs)
S3method("[",trelliscope_panels)
S3method(ggplot_add,facet_trelliscope)
S3method(knit_print,facet_trelliscope)
S3method(print,facet_trelliscope)
S3method(print,trelliscopejs_widget)
S3method(trelliscope,data.frame)
export(as_cognostics)
export(cog)
export(cog_disp_filter)
export(cog_href)
export(cogs)
export(create_cog_template)
export(facet_trelliscope)
export(img_panel)
export(img_panel_local)
export(input_cogs)
export(input_cogs_api)
export(input_radio)
export(input_text)
export(map2_cog)
export(map2_plot)
export(map_cog)
export(map_plot)
export(md_description)
export(panels)
export(pmap_cog)
export(pmap_plot)
export(prepare_display)
export(renderTrelliscope)
export(set_labels)
export(sort_spec)
export(tr_charm)
export(trelliscope)
export(trelliscopeOutput)
export(update_display_list)
export(view_item)
export(view_list)
export(write_cognostics)
export(write_config)
export(write_display_obj)
export(write_panel)
export(write_panels)
import(dplyr)
import(ggplot2)
import(htmltools)
import(progress)
importFrom(DistributionUtils,skewness)
importFrom(autocogs,panel_cogs)
importFrom(base64enc,base64encode)
importFrom(digest,digest)
importFrom(fidelius,charm)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,ggplot_build)
importFrom(grDevices,nclass.Sturges)
importFrom(grDevices,png)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(gtable,gtable_filter)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(knitr,knit_print)
importFrom(rlang,as_name)
importFrom(rlang,eval_tidy)
importFrom(stats,as.formula)
importFrom(tidyr,nest)
importFrom(tidyr,nest_)
importFrom(tidyr,unnest)
importFrom(utils,packageVersion)
importFrom(webshot,webshot)