add_missing_args: Add missing arguments to a list of arguments

View source: R/utils_Studio.R

add_missing_argsR Documentation

Add missing arguments to a list of arguments

Description

This function is designed for taking the output of summarize_args_for_long_task as input. It adds the missing arguments. In general these are arguments that rely on objects of class R6 which can not be exported to a new R session.

Usage

add_missing_args(args, path_args, meta_args)

Arguments

args

Named list List for arguments for the method of a specific class.

path_args

Named list List of paths where the objects are stored on disk.

meta_args

Named list List containing arguments that are necessary in order to add the missing objects correctly.

Value

Returns a named list of all arguments that a method of a specific class requires.

See Also

Other Utils Studio Developers: create_data_embeddings_description(), long_load_target_data(), summarize_args_for_long_task()


aifeducation documentation built on Nov. 19, 2025, 5:08 p.m.