gtfs_to_tidygtfs {tidytransit}R Documentation

Convert an object created by gtfsio::import_gtfs to a tidygtfs object

Description

Some basic validation is done to ensure the feed works in tidytransit

Usage

gtfs_to_tidygtfs(gtfs_list, files = NULL)

Arguments

gtfs_list

list of tables

files

subset of files to validate


[Package tidytransit version 1.6.1 Index]