affiner_options {affiner} | R Documentation |
Get affiner options
Description
affiner_options()
returns the affiner
package's global options.
Usage
affiner_options(..., default = FALSE)
Arguments
... |
|
default |
If |
Value
A list of option values.
Note this function does not set option values itself but
this list can be passed to options()
, withr::local_options()
, or withr::with_options()
.
See Also
affiner for a high-level description of relevant global options.
Examples
affiner_options()
affiner_options(default = TRUE)
affiner_options(affiner_angular_unit = "pi-radians")
[Package affiner version 0.1.3 Index]