json_to_sf {tidytransit}R Documentation

Convert a json (read with jsonlite) to sf object

Description

The json object is written to a temporary file and re-read with sf::read().

Usage

json_to_sf(json_list)

Arguments

json_list

list as read by jsonlite::read_json (in gtfsio)

Value

sf object


[Package tidytransit version 1.7.0 Index]