Learn R Programming

dash (version 0.9.4)

print.dash_component: Output a dash component object as JSON

Description

Objects of the dash_component class support a print method, which first processes the nested list object, and then returns its JSON representation.

Usage

# S3 method for dash_component
print(x, ...)

Arguments

x

an object of class dash_component

...

not currently used