is_mba_format: Check if a mba format is supported
Description
Check if a given format is supported.
Usage
is_mba_format(format, allow_nullable = FALSE)
Value
(logical(1)
) TRUE
if the format is in the supported list, else FALSE
Arguments
- format
(character(1
) Format string
- allow_nullable
(logical(1)
) Set to TRUE
if a format can be NULL
Defaults to FALSE
.