powered by
Reads and parses a _server.yml file, returning the configuration as a list.
_server.yml
read_server_yml(path)
A list containing the parsed YAML configuration.
Path to the directory containing _server.yml or path to the _server.yml file itself.
if (FALSE) { config <- read_server_yml("path/to/api") print(config$engine) }
Run the code above in your browser using DataLab