Learn R Programming

tidytransit (version 0.6)

unzip_file: Unzip a file and delete zip

Description

Unzip a file and delete zip

Usage

unzip_file(zipfile, tmpdirpath = tempdir(), quiet = FALSE)

Arguments

zipfile

path to zipped file

tmpdirpath

path to unzip file to-default tempdir()

quiet

Boolean. Whether to output files found in folder.

Value

file path to directory with gtfs .txt files