A list
with following names
argument_namesa character vector of all the function argument names
owns_ellipsisa boolean. Is TRUE
when … belongs to argument names
symbol_namesa character vector of argument names that are symbols
symbol_indexesthe integer indexes of symbol names in the argument names
stripped_symbol_names a character vector of argument names that are symbols,
not considering …
stripped_symbol_indexes the integer indexes of stripped symbol names
in the argument names
default_names a character vector of argument names that owns default values
default_indexesthe integer indexes of default valued arguments names in
the argument names
argumentsa pairList
of argument names and values. See formals