extract_case_study_data {flippant} | R 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
|
files |
A character vector of files to extract, or |
Value
A character vector of the extracted file paths is invisibly returned.
Author(s)
Richard Cotton
See Also
Examples
extract_case_study_data(tempfile("flippant"))
[Package flippant version 1.5.5 Index]