forked from IRkernel/repr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
134 lines (133 loc) · 3.83 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
125
126
127
128
129
130
131
132
133
134
# Generated by roxygen2: do not edit by hand
S3method(repr_geojson,SpatialCollections)
S3method(repr_geojson,SpatialGrid)
S3method(repr_geojson,SpatialGridDataFrame)
S3method(repr_geojson,SpatialLines)
S3method(repr_geojson,SpatialLinesDataFrame)
S3method(repr_geojson,SpatialPixels)
S3method(repr_geojson,SpatialPixelsDataFrame)
S3method(repr_geojson,SpatialPoints)
S3method(repr_geojson,SpatialPointsDataFrame)
S3method(repr_geojson,SpatialPolygons)
S3method(repr_geojson,SpatialPolygonsDataFrame)
S3method(repr_geojson,SpatialRings)
S3method(repr_geojson,SpatialRingsDataFrame)
S3method(repr_geojson,default)
S3method(repr_geojson,geo_list)
S3method(repr_geojson,sf)
S3method(repr_geojson,sfc)
S3method(repr_geojson,sfg)
S3method(repr_html,"function")
S3method(repr_html,Date)
S3method(repr_html,character)
S3method(repr_html,complex)
S3method(repr_html,data.frame)
S3method(repr_html,data.table)
S3method(repr_html,default)
S3method(repr_html,factor)
S3method(repr_html,help_files_with_topic)
S3method(repr_html,htmlwidget)
S3method(repr_html,integer)
S3method(repr_html,list)
S3method(repr_html,logical)
S3method(repr_html,matrix)
S3method(repr_html,numeric)
S3method(repr_html,packageIQR)
S3method(repr_html,shiny.tag)
S3method(repr_html,shiny.tag.list)
S3method(repr_html,ts)
S3method(repr_javascript,default)
S3method(repr_jpg,default)
S3method(repr_jpg,recordedplot)
S3method(repr_json,default)
S3method(repr_latex,"function")
S3method(repr_latex,Date)
S3method(repr_latex,character)
S3method(repr_latex,complex)
S3method(repr_latex,data.frame)
S3method(repr_latex,data.table)
S3method(repr_latex,default)
S3method(repr_latex,factor)
S3method(repr_latex,help_files_with_topic)
S3method(repr_latex,integer)
S3method(repr_latex,list)
S3method(repr_latex,logical)
S3method(repr_latex,matrix)
S3method(repr_latex,numeric)
S3method(repr_latex,ts)
S3method(repr_markdown,"function")
S3method(repr_markdown,Date)
S3method(repr_markdown,character)
S3method(repr_markdown,complex)
S3method(repr_markdown,data.frame)
S3method(repr_markdown,default)
S3method(repr_markdown,factor)
S3method(repr_markdown,integer)
S3method(repr_markdown,list)
S3method(repr_markdown,logical)
S3method(repr_markdown,matrix)
S3method(repr_markdown,numeric)
S3method(repr_markdown,ts)
S3method(repr_pdf,default)
S3method(repr_pdf,recordedplot)
S3method(repr_plotly1,default)
S3method(repr_plotly1,ggplot)
S3method(repr_plotly1,plotly)
S3method(repr_png,default)
S3method(repr_png,recordedplot)
S3method(repr_svg,default)
S3method(repr_svg,recordedplot)
S3method(repr_text,data.frame)
S3method(repr_text,data.table)
S3method(repr_text,default)
S3method(repr_text,help_files_with_topic)
S3method(repr_text,htmlwidget)
S3method(repr_text,matrix)
S3method(repr_text,packageIQR)
S3method(repr_text,recordedplot)
S3method(repr_text,shiny.tag)
S3method(repr_text,shiny.tag.list)
S3method(repr_text,ts)
S3method(repr_vdom1,default)
S3method(repr_vega4,default)
S3method(repr_vegalite2,default)
S3method(repr_vegalite2,vegalite)
export(format2repr)
export(html_dependencies)
export(mime2repr)
export(repr)
export(repr_geojson)
export(repr_html)
export(repr_javascript)
export(repr_jpg)
export(repr_json)
export(repr_latex)
export(repr_markdown)
export(repr_option_defaults)
export(repr_pdf)
export(repr_plotly1)
export(repr_png)
export(repr_svg)
export(repr_text)
export(repr_vdom1)
export(repr_vega4)
export(repr_vegalite2)
importFrom(base64enc,dataURI)
importFrom(grDevices,cairo_pdf)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,replayPlot)
importFrom(grDevices,svg)
importFrom(htmltools,renderTags)
importFrom(jsonlite,fromJSON)
importFrom(pillar,type_sum)
importFrom(stats,.preformat.ts)
importFrom(stats,ts)
importFrom(tools,Rd2HTML)
importFrom(tools,Rd2latex)
importFrom(tools,Rd2txt)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)