Skip to contents

Write the dodgr street network weighting profiles to a local .json-formatted file for manual editing and subsequent re-reading.

Usage

write_dodgr_wt_profile(file = NULL)

Arguments

file

Full name (including path) of file to which to write. The .json suffix will be automatically appended.

Value

TRUE if writing successful.

Examples

f <- tempfile (fileext = ".json")
write_dodgr_wt_profile (file = f)
wt_profiles <- jsonlite::read_json (f, simplify = TRUE)