publish_mimebundle {IRdisplay}R Documentation

Display data by mimetype, with optional alternative representations.

Description

Calls the function stored as option value of jupyter.base_display_func.

Usage

publish_mimebundle(data, metadata = NULL)

Arguments

data

A named list mapping mimetypes to content (character or raw vectors)

metadata

A named list mapping mimetypes to named lists of metadata, e.g. list('image/png' = list(width = 5))

See Also

prepare_mimebundle


[Package IRdisplay version 0.4.3 Index]