set_arguments: Set Argument

View source: R/utils.R

set_argumentsR Documentation

Set Argument

Description

Assigns provided arguments from the args_list to the parent environment. If an argument is inside the arguments of the methods that calculate statistics, it assigns it on the parent environment, and removes the argument from the list.

Usage

set_arguments(args_list)

Arguments

args_list

[list]
A named list of arguments to be assigned to the parent environment.

Value

[list]
A modified args_list with the arguments that were assigned to the parent environment removed.


meantrix/corrP documentation built on June 12, 2025, 5:33 p.m.