Description Usage Arguments Value Examples
'read_project' brings a project defined in a geojson file into the workspace.
1 | read_project(path)
|
path |
Path to a project geojson file. |
An object of class sf including stop locations and route alignment for a project
1 2 3 | proj_file <- system.file("extdata", "clifton.geojson", package = "tvmeasures")
clifton <- read_project(proj_file)
plot(clifton)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.