Skip to contents

Get or set manimR package options.

Usage

manimR_options(...)

Arguments

...

Options to set (name = value pairs) or get (names only)

Value

If getting options, returns the option values. If setting, returns invisible NULL.

Examples

if (FALSE) { # \dontrun{
manimR_options()
manimR_options("fps")
manimR_options(fps = 60, verbose = FALSE)
} # }