Skip to contents

This function is called within the mapMetadata function.

It collects the inputs needed for the mapMetadata function (defaults or user inputs) If some inputs are NULL, it loads the default inputs. If defaults not available, it prints error for the user. If inputs are not NULL, it loads the user-specified inputs.

Usage

load_data(json_file, domain_file, look_up_file)

Arguments

json_file

As defined in mapMetadata

domain_file

As defined in mapMetadata

look_up_file

As defined in mapMetadata

Value

A list of 5: all inputs needed for the mapMetadata function to run.