argumentNamedList: Create a named list of length 1 using a name stored in a...

View source: R/toolbox.R

argumentNamedListR Documentation

Create a named list of length 1 using a name stored in a variable as the name.

Description

Create a named list of length 1 using a name stored in a variable as the name.

Usage

argumentNamedList(name, x)

Arguments

name

The name for the item in the list.

x

The item to put in the list.

Value

A named list.

Examples

argumentNamedList("test_name", 1)

toolbox documentation built on Sept. 22, 2022, 1:09 a.m.