Retrieves the current fallback configuration for MAIDR.
Value
A list with the current fallback settings:
enabled: Logical indicating if fallback is enabledformat: Character string of the image formatwarning: Logical indicating if warnings are shown
Examples
if (FALSE) { # \dontrun{
# Get current settings
settings <- maidr_get_fallback()
print(settings)
} # }