Learn R Programming

maidr (version 0.1.2)

maidr_get_fallback: Get Current MAIDR Fallback Settings

Description

Retrieves the current fallback configuration for MAIDR.

Usage

maidr_get_fallback()

Arguments

Value

A list with the current fallback settings:

  • enabled: Logical indicating if fallback is enabled

  • format: Character string of the image format

  • warning: Logical indicating if warnings are shown

See Also

[maidr_set_fallback()] to configure settings

Examples

Run this code
# Get current settings
settings <- maidr_get_fallback()
print(settings)

Run the code above in your browser using DataLab