Learn R Programming

shiny.semantic (version 0.5.1)

split_args: Split arguments to positional and named

Description

Split arguments to positional and named

Usage

split_args(...)

Value

A list with two named elements:

  • positional, a list of the positional arguments,

  • named, a list of the named arguments.

Arguments

...

arguments to split