split_args: Split arguments to positional and named

View source: R/utils.R

split_argsR Documentation

Split arguments to positional and named

Description

Split arguments to positional and named

Usage

split_args(...)

Arguments

...

arguments to split

Value

A list with two named elements:

  • positional, a list of the positional arguments,

  • named, a list of the named arguments.


shiny.semantic documentation built on May 29, 2024, 8:36 a.m.