starvz_read_config {starvz}R Documentation

Read config files

Description

Read starvz configuration yaml files. This function is design to replace an already existing configuration on starvz data.

Usage

starvz_read_config(file = NULL, warn = TRUE)

Arguments

file

The path to a file

warn

Give a warn in case the config file is not found

Value

A list containing starvz configuration

Examples


example_file <- system.file("extdata", "config.yaml", package = "starvz")
config <- starvz_read_config(example_file)


[Package starvz version 0.8.0 Index]