extract_to_temp: Extract a zip file to a temporary directory.

View source: R/utils-extract.R

extract_to_tempR Documentation

Extract a zip file to a temporary directory.

Description

Vectorized over path and pattern.

Usage

extract_to_temp(path, regexp = ".*")

Arguments

regexp

Regular expressions for the files to extract from the zip file.

zip_file

A character vector of the zip files to extract.

Value

A character vector of the directory where each zip file was extracted to.


UCLATALL/CourseKataData documentation built on Dec. 4, 2023, 2:25 a.m.