Skip to contents

Read Configuration Values

Usage

get_config(
  config = Sys.getenv("KINESIS_CONFIG_ACTIVE", "default"),
  use_parent = TRUE
)

Arguments

config

A character string specifying the name of configuration to read from.

use_parent

A logical scalar: should parent directories be scanned for configuration files if the specified config file isn't found?

Value

A list of configuration values.

Author

N. Frerebeau