read_project: Read a project geojson file

Description Usage Arguments Value Examples

View source: R/read_project.R

Description

'read_project' brings a project defined in a geojson file into the workspace.

Usage

1

Arguments

path

Path to a project geojson file.

Value

An object of class sf including stop locations and route alignment for a project

Examples

1
2
3
proj_file <- system.file("extdata", "clifton.geojson", package = "tvmeasures")
clifton <- read_project(proj_file)
plot(clifton)

transportfoundry/tvmeasures documentation built on May 22, 2019, 10:57 p.m.