Learn R Programming

pmatch (version 0.1.4)

process_arg: Build a tibble form a list of constructor arguments.

Description

Build a tibble form a list of constructor arguments.

Usage

process_arg(argument)

Arguments

argument

The argument provided to a constructor in its definition

Value

A tibble with a single row, the first column holds the argument name, the second its type.