extract_case_study_data
From flippant v1.1.0
by Johannes Graumann
Extract the case study dataset
Extracts the data files used by the case study from the zip archive.
Usage
extract_case_study_data(exdir = ".", files = NULL)
Arguments
Value
A character vector of the extracted file paths is invisibly returned.
See Also
Examples
extract_case_study_data(tempfile("flippant"))
Community examples
Looks like there are no examples yet.