Merge Default and User-Defined Options
dsopts_merge.RdThis function merges user-defined options with the default options from the dsopts package.
If a category is specified, only options from that category are considered.
User-defined options overwrite the default ones.
Arguments
- ...
User-defined options to merge with the defaults.
- category
A character string specifying the category of options to merge. If NULL (the default), all categories are considered.