Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

otp_write_config

Write config object as json file


Description

Takes a config list produced by 'otp_make_config()' and saves it as json file for OTP

Usage

otp_write_config(config, dir = NULL, router = "default")

Arguments

config

A named list made/modified from 'otp_make_config()'

dir

Path to folder where data for OTP is to be stored

router

name of the router, default is "default", must be a subfolder of dir/graphs

See Also

Examples

## Not run: 
conf <- otp_make_config("build")
otp_write_config(conf, dir = tempdir())

## End(Not run)

opentripplanner

Setup and connect to 'OpenTripPlanner'

v0.3.1
GPL-3
Authors
Malcolm Morgan [aut, cre] (<https://orcid.org/0000-0002-9488-9183>), Marcus Young [aut] (<https://orcid.org/0000-0003-4627-1116>), Robin Lovelace [aut] (<https://orcid.org/0000-0001-5679-6536>), Layik Hama [ctb] (<https://orcid.org/0000-0003-1912-4890>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.