Get or set manimR package 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)
} # }