deparse_dots {matriz} | R Documentation |
Deparse dots arguments into character vector
Description
Takes dots arguments and deparses them into a character vector.
Usage
deparse_dots(...)
Arguments
... |
Arguments to deparse |
Value
A character vector containing the deparsed expressions
[Package matriz version 1.0.1 Index]