unzip_file_system {ISAnalytics} | R Documentation |
This utility function is a simple shortcut to create a temporary directory, unzip and reference the examples file systems included in the package for testing purposes.
unzip_file_system(zipfile, name)
zipfile |
The zipped file to decompress |
name |
The name of the folder in the zipped archive ("fs" or "fserr") |
A path to reference
Other Utility functions:
as_sparse_matrix()
,
generate_Vispa2_launch_AF()
,
generate_blank_association_file()
root_pth <- system.file("extdata", "fs.zip", package = "ISAnalytics") root <- unzip_file_system(root_pth, "fs")