Learn R Programming

tidytransit (version 1.7.0)

json_to_sf: 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)

Value

sf object

Arguments

json_list

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