extract_case_study_data: Extract the case study dataset

View source: R/extract_case_study_data.R

extract_case_study_dataR Documentation

Extract the case study dataset

Description

Extracts the data files used by the case study from the zip archive.

Usage

extract_case_study_data(exdir = ".", files = NULL)

Arguments

exdir

A string giving the path to the extraction directory. Passed to unzip.

files

A character vector of files to extract, or NULL to extract all files. Passed to unzip.

Value

A character vector of the extracted file paths is invisibly returned.

Author(s)

Richard Cotton

See Also

unzip

Examples

extract_case_study_data(tempfile("flippant"))

flippant documentation built on Nov. 27, 2023, 5:12 p.m.