split_args {shiny.semantic} | R Documentation |
Split arguments to positional and named
split_args(...)
... |
arguments to split |
A list with two named elements:
positional
, a list of the positional arguments,
named
, a list of the named arguments.