unzip_gtfs_files: Unzip GTFS file and delete zip

View source: R/read-gtfs-files.R

unzip_gtfs_filesR Documentation

Unzip GTFS file and delete zip

Description

Unzip GTFS file and delete zip

Usage

unzip_gtfs_files(zipfile, delete_zip = FALSE, move_path = NULL,
  quiet = FALSE)

Arguments

zipfile

path to zipped file

delete_zip

Boolean. whether to delete the zipped file after extraction. Deletes by default.

move_path

Character. full file path to desire new location

quiet

Boolean. Whether to output files found in folder.

Value

file path to directory with gtfs .txt files


ropensci/gtfsr documentation built on June 11, 2022, 11:22 a.m.