argsAsNamedList: Parses '...' arguments to a named list.

View source: R/argsAsNamedList.R

argsAsNamedListR Documentation

Parses ... arguments to a named list.

Description

The deparsed name will be used for arguments with missing names. Missing names will be set to NA.

Usage

argsAsNamedList(...)

Arguments

...

Arbitrary number of objects.

Value

[list]: Named list with objects.

Examples

z = 3
argsAsNamedList(x = 1, y = 2, z)

berndbischl/BBmisc documentation built on Jan. 6, 2023, 12:32 p.m.