add_export_dependency {rAmCharts} | R Documentation |
Add the export dependency to an htmlwidget
Description
Add the 'export' dependency to an htmlwidget. You can only manipulate the htmlwidget if you call the method 'plot' with an rAmChart.
Usage
add_export_dependency(widget)
Arguments
widget |
An htmlwidget. |
Value
Return the updated widget with the 'export' dependency.
[Package rAmCharts version 2.1.15 Index]