import_gtfs: Get a Dataframes of GTFS data.

View source: R/import-gtfs.R

import_gtfsR Documentation

Get a Dataframes of GTFS data.

Description

Get a Dataframes of GTFS data.

Usage

import_gtfs(paths, local = FALSE, quiet = FALSE)

Arguments

paths

Character. url links to zip files OR paths to local zip files. if to local path, then option local must be set to TRUE.

local

Boolean. If the paths are searching locally or not. Default is FALSE (that is, urls).

quiet

Boolean. Whether to see file download progress and files extract. FALSE by default.

Value

Dataframes of GTFS data.


ropenscilabs/gtfsr documentation built on June 11, 2022, 9:45 p.m.