Import configuration data from a file.

import_config(path, file_type = "yaml")

Arguments

path

character. The path to the configuration file.

file_type

character. The file type of the configuration file (either "yaml" or "json").

Value

A list containing the configuration data.