This function merges a list of arguments into a vector. It always
returns a list.
Usage
modify(.x, ...)
Arguments
.x
A vector to modify.
...
List of elements to merge into .x. Named elements
already existing in .x are used as replacements. Elements that
have new or no names are inserted at the end. These dots are
evaluated with explicit splicing.