exprso (version 0.1.7)

ctrlSplitSet: Manage split Arguments

Description

This function organizes split arguments passed to pl functions.

Usage

ctrlSplitSet(func, percent.include, ...)

Arguments

func
A character string. The split function to call.
percent.include
Argument passed to the split function.
...
Additional arguments passed to the split function.

Value

A list of arguments.