if (FALSE) {
# Validate a directory containing _server.yml
validate_server_yml("path/to/api")
# Validate and check that the engine is installed
validate_server_yml("path/to/api", check_engine = TRUE)
}
Run the code above in your browser using DataLab