Learn R Programming

buoyant (version 0.1.0)

read_server_yml: Read _server.yml configuration

Description

Reads and parses a _server.yml file, returning the configuration as a list.

Usage

read_server_yml(path)

Value

A list containing the parsed YAML configuration.

Arguments

path

Path to the directory containing _server.yml or path to the _server.yml file itself.

Examples

Run this code
if (FALSE) {
config <- read_server_yml("path/to/api")
print(config$engine)
}

Run the code above in your browser using DataLab