Skip to contents

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.