Description Usage Arguments Value See Also Examples
Both functions create a mimebundle for multiple reprs.
display
proceeds to publish it using publish_mimebundle
.
prepare_mimebundle
returns it (see Value for details)
1 2 3 4 5 6 7 8 9 10 11 12 13 |
obj |
The object to create representations for |
mimetypes |
Mimetypes to create reprs for. The defaults are defined by the option |
error_handler |
Function used when errors in individual reprs occur |
metadata, ... |
Metadata to attach to the result (can be expanded by additional metadata) |
prepare_mimebundle
returns a list with items corresponding to the parameters of publish_mimebundle
(data
and metadata
)
1 2 3 4 5 | bundle <- prepare_mimebundle(diag(3))
## Not run: ## (Run inside of an IRkernel)
display(help(display))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.