Skip to contents

IPEDS files come as giant, zipped csv files. There's no reason to store them on your local machine in an unzipped format when this function can unzip a file as it reads its contents into memory.

Usage

unzip_completers(.year, .aggregation, .path)

Arguments

.year

<int> the academic year that the completion data come from

.aggregation

<chr> one of "A", "B", or "C"

.path

<chr> the full path to the zip file

Value

a file-like connection to the csv in the zipped archive