Set the attributes of the last chunk outputs
set_chunk_attrs(
teal_card,
attributes,
n = 1,
inner_classes = NULL,
quiet = FALSE
)(teal_card) object to modify.
(list) of attributes to set on the last chunk outputs.
(integer(1)) number of the last element of teal_card to modify.
it will only change chunk_output objects.
(character) classes within chunk_output that should be modified.
This can be used to only change recordedplot, ggplot2 or other type of objects.