| stopmotion_verbosity | R Documentation |
Convenience wrapper around options(stopmotion.verbose = ) for
enabling or disabling the frame-sequence messages printed after each
operation. By default messages are shown in interactive sessions and
suppressed in non-interactive contexts (e.g. knitr/Quarto rendering).
stopmotion_verbosity(verbose)
verbose |
|
the previous value of the option, invisibly.
old <- stopmotion_verbosity(FALSE)
on.exit(stopmotion_verbosity(old))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.