View source: R/affiner_options.r
affiner_options | R Documentation |
affiner_options()
returns the affiner
package's global options.
affiner_options(..., default = FALSE)
... |
|
default |
If |
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()
.
affiner for a high-level description of relevant global options.
affiner_options()
affiner_options(default = TRUE)
affiner_options(affiner_angular_unit = "pi-radians")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.