unzip_file_system {ISAnalytics}R Documentation

A utility function to unzip and use example file systems included in the package

Description

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.

Usage

unzip_file_system(zipfile, name)

Arguments

zipfile

The zipped file to decompress

name

The name of the folder in the zipped archive ("fs" or "fserr")

Value

A path to reference

See Also

Other Utility functions: as_sparse_matrix(), generate_Vispa2_launch_AF(), generate_blank_association_file()

Examples

root_pth <- system.file("extdata", "fs.zip", package = "ISAnalytics")
root <- unzip_file_system(root_pth, "fs")

[Package ISAnalytics version 1.3.6 Index]