make_severity_args_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make severity arguments list. The function returns Severity arguments (a list).
Usage
make_severity_args_ls(
disciplines_ls,
sessions_ls,
names_chr = character(0),
severity_var_1L_chr = "Severity"
)