R/constructors.R
process_arguments.Rd
Construct a tibble from all the arguments of a constructor
process_arguments(constructor_arguments)
constructor_arguments | The arguments provided in the constructor specification |
---|
The arguments represented as a tibble. The first column contain argument names, the second their types.