teal_cardThis is a convenience function that creates a reactive expression that
automatically sets the dev.width and dev.height attributes on the last
chunk outputs of a teal_card based on plot dimensions from a plot widget.
set_chunk_dims(pws, q_r, inner_classes = NULL)A reactive expression that returns the teal_card with updated dimensions
(plot_widget) plot widget that provides dimensions via dim() method
(reactive) reactive expression that returns a teal_reporter
(character) classes within chunk_output that should be modified.
This can be used to only change recordedplot, ggplot2 or other type of objects.