Learn R Programming

fuj (version 0.2.1)

list0: Listing for dots

Description

Tries to not complain about empty arguments

Usage

list0(...)

lst(...)

Value

A list of ...

Arguments

...

Arguments to collect in a list

Examples

Run this code
try(list(1, ))
list0(1, )
try(list(a = 1, ))
list0(a = 1, )
try(list(a = 1, , c = 3, ))
list0(a = 1, , c = 3, )

Run the code above in your browser using DataLab