list0 {fuj} | R Documentation |
Tries to not complain about empty arguments
list0(...)
lst(...)
... |
Arguments to collect in a list |
A list
of ...
try(list(1, ))
list0(1, )
try(list(a = 1, ))
list0(a = 1, )
try(list(a = 1, , c = 3, ))
list0(a = 1, , c = 3, )