Description Usage Arguments Value See Also Examples
View source: R/utility-functions.R
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.
1  | 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()
1 2  | root_pth <- system.file("extdata", "fs.zip", package = "ISAnalytics")
root <- unzip_file_system(root_pth, "fs")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.