This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
102 lines (101 loc) · 2.12 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(JS)
export(add_data)
export(add_filter)
export(axis_facet_col)
export(axis_facet_row)
export(axis_vl)
export(axis_x)
export(axis_y)
export(bin_vl)
export(bin_x)
export(bin_y)
export(calculate)
export(capture_widget)
export(cell_config)
export(cell_size)
export(config_color)
export(config_font)
export(config_opacity)
export(config_stroke)
export(config_text)
export(embed_spec)
export(encode_color)
export(encode_detail)
export(encode_order)
export(encode_path)
export(encode_shape)
export(encode_size)
export(encode_text)
export(encode_vl)
export(encode_x)
export(encode_y)
export(facet_cell)
export(facet_col)
export(facet_row)
export(filter_null)
export(from_spec)
export(grid_facet)
export(legend_color)
export(legend_shape)
export(legend_size)
export(legend_vl)
export(mark)
export(mark_area)
export(mark_bar)
export(mark_circle)
export(mark_line)
export(mark_point)
export(mark_square)
export(mark_text)
export(mark_tick)
export(renderVegalite)
export(renderVegaliteSpec)
export(saveWidget)
export(scale_color_nominal_vl)
export(scale_color_sequential_vl)
export(scale_shape_vl)
export(scale_vl)
export(scale_x_linear_vl)
export(scale_x_log_vl)
export(scale_x_ordinal_vl)
export(scale_x_pow_vl)
export(scale_x_quantile_vl)
export(scale_x_quantize_vl)
export(scale_x_sqrt_vl)
export(scale_x_threshold_vl)
export(scale_x_time_vl)
export(scale_y_linear_vl)
export(scale_y_log_vl)
export(scale_y_ordinal_vl)
export(scale_y_pow_vl)
export(scale_y_quantile_vl)
export(scale_y_quantize_vl)
export(scale_y_sqrt_vl)
export(scale_y_threshold_vl)
export(scale_y_time_vl)
export(sort_def)
export(timeunit)
export(timeunit_x)
export(timeunit_y)
export(to_spec)
export(validate_vl)
export(vegalite)
export(vegaliteOutput)
export(vegaliteSpecOutput)
export(view_config)
export(view_size)
import(htmlwidgets)
import(stats)
importFrom(base64,img)
importFrom(digest,sha1)
importFrom(htmltools,div)
importFrom(htmltools,span)
importFrom(htmltools,tag)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(magrittr,"%>%")
importFrom(utils,read.csv)
importFrom(webshot,webshot)