populate_list_arg: Internal helper function to update tracker_args object

View source: R/job_tracking_functions.R

populate_list_argR Documentation

Internal helper function to update tracker_args object

Description

Internal helper function to update tracker_args object

Usage

populate_list_arg(list_to_populate, arg_name, new_value = NULL, append = FALSE)

Arguments

list_to_populate

The list whose argument will be populated/updated

arg_name

The named list element to update

new_value

The new value to update the element with

append

If TRUE, appends the new value to the current value using the paste function. Default: FALSE


UNCDEPENdLab/fmri.pipeline documentation built on July 16, 2025, 10 p.m.