symbol_list {import}R Documentation

Process a symbol list provided passed as ellipses

Description

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.

Usage

symbol_list(...)

Arguments

...

dot arguments as passed to

Value

A named character vector.


[Package import version 1.1.0 Index]