This function retrieves the default value for a specified option from the dsopts package.
Arguments
- opt
A character string specifying the name of the option whose default value is to be retrieved.
Value
The default value of the specified option. If the option does not exist, returns NULL.
Examples
if (FALSE) {
# Assuming 'my_option' as a valid option name
default_opt <- dsopt_default(opt = 'my_option')
}