Learn R Programming

pmatch (version 0.1.4)

process_arguments: Construct a tibble from all the arguments of a constructor

Description

Construct a tibble from all the arguments of a constructor

Usage

process_arguments(constructor_arguments)

Arguments

constructor_arguments

The arguments provided in the constructor specification

Value

The arguments represented as a tibble. The first column contain argument names, the second their types.