handleArgs {cSEM} | R Documentation |
Internal: Handle arguments
Description
Internal helper function to handle arguments passed to any function within cSEM
.
Usage
handleArgs(.args_used)
Arguments
.args_used |
A list of argument names and user picked values. |
Value
The args_default list, with default values changed to the values given by the user.
[Package cSEM version 0.5.0 Index]