symbol_list {import} | R Documentation |
This function is used within a function that receives dot-arguments, and will create a named character vector. It ensures that all entries are named, and will use the value as name when it is missing.
symbol_list(...)
... |
dot arguments as passed to |
A named character vector.