print-methods: Print a gadget's main output

printR Documentation

Print a gadget's main output

Description

Use this method to print the main component of the d3heatmapGadget to the viewer pane without intermediate code

Usage

print(gadget)

## S4 method for signature 'd3heatmapGadget'
print(gadget)

Arguments

gadget

The gadget to print to screen

Examples

## Not run: 

hm <- d3heatmapGadget(mtcars)
print(hm)


## End(Not run)



rstudio/d3heatmap documentation built on Nov. 18, 2024, 9:20 a.m.