Skip to contents

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

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