Returns current configuration options for the leafwax package.
Usage
leafwax_config(option = NULL)
Arguments
- option
Specific option to retrieve (NULL for all)
Value
List of options or single option value
Examples
if (FALSE) { # \dontrun{
# Get all configuration options
leafwax_config()
# Get specific option
leafwax_config("auto_download")
} # }