Show all arguments used by package functions including default or candidate values. For argument descriptions see: csem_arguments.
args_default(.choices = FALSE)
Logical. Should candidate values for the arguments be returned?
Defaults to FALSE
.
A named list of argument names and defaults or accepted candidates.
By default args_default()
returns a list of default values by argument name.
If the list of accepted candidate values is required instead, use .choices = TRUE
.