Checks if the list of OTP configuration options is valid
Usage
otp_validate_config(config, type = attributes(config)$config_type, version = 1)Details
Performs basic validity checks on class, max/min values etc as appropriate, some of more complex parameters are not checked. For more details see:
http://docs.opentripplanner.org/en/latest/Configuration http://dev.opentripplanner.org/javadoc/1.3.0/org/opentripplanner/routing/core/RoutingRequest.html
Examples
if (FALSE) { # \dontrun{
conf <- otp_make_config("build")
otp_validate_config(conf)
} # }
