powered by
Tries to not complain about empty arguments
list0(...)lst(...)
lst(...)
A list of ...
list
...
Arguments to collect in a list
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