View source: R/job_tracking_functions.R
populate_list_arg | R Documentation |
Internal helper function to update tracker_args object
populate_list_arg(list_to_populate, arg_name, new_value = NULL, append = FALSE)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.