stopmotion_verbosity: Control stopmotion verbosity

View source: R/utils.R

stopmotion_verbosityR Documentation

Control stopmotion verbosity

Description

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).

Usage

stopmotion_verbosity(verbose)

Arguments

verbose

TRUE to enable messages, FALSE to suppress them.

Value

the previous value of the option, invisibly.

Examples

old <- stopmotion_verbosity(FALSE)
on.exit(stopmotion_verbosity(old))

stopmotion documentation built on March 24, 2026, 5:06 p.m.