repr-generics | R Documentation |
Representations for specific formats
repr_html(obj, ...)
## Default S3 method:
repr_html(obj, ...)
repr_markdown(obj, ...)
## Default S3 method:
repr_markdown(obj, ...)
repr_latex(obj, ...)
## Default S3 method:
repr_latex(obj, ...)
repr_json(obj, ...)
## Default S3 method:
repr_json(obj, ...)
repr_javascript(obj, ...)
## Default S3 method:
repr_javascript(obj, ...)
repr_pdf(obj, ...)
## Default S3 method:
repr_pdf(obj, ...)
repr_png(obj, ...)
## Default S3 method:
repr_png(obj, ...)
repr_jpg(obj, ...)
## Default S3 method:
repr_jpg(obj, ...)
repr_svg(obj, ...)
## Default S3 method:
repr_svg(obj, ...)
repr_geojson(obj, ...)
## Default S3 method:
repr_geojson(obj, ...)
repr_vdom1(obj, ...)
## Default S3 method:
repr_vdom1(obj, ...)
repr_plotly1(obj, ...)
## Default S3 method:
repr_plotly1(obj, ...)
repr_vegalite2(obj, ...)
## Default S3 method:
repr_vegalite2(obj, ...)
repr_vegalite3(obj, ...)
## Default S3 method:
repr_vegalite3(obj, ...)
repr_vegalite4(obj, ...)
## Default S3 method:
repr_vegalite4(obj, ...)
repr_vega4(obj, ...)
## Default S3 method:
repr_vega4(obj, ...)
repr_vega5(obj, ...)
## Default S3 method:
repr_vega5(obj, ...)
obj |
The object to create a repr for |
... |
parameters of the specific |
repr_text for the only repr that is always defined
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.