Skip to contents

A function that takes the user defined arguments for the table functions and converts the format to include when calling the function.

Usage

handle_config_args(args)

Arguments

args

A list of variables that comes from the config file.

Value

A list of arguments that can be passed into the functions.

Details

Given the config defined arguments for a function, it will look for the data fields and convert them to create the function call.

Examples

handle_config_args(args)
#> Error in args$data: object of type 'closure' is not subsettable