Function for unzipping a zipped StoX project
unzipProject(projectPath, exdir = ".")
Arguments
- projectPath
The path to the StoX project, i.e., the folder of the project with the sub folders "input", "output" and "process". Can possibly be the path to a file inside the project folder.
- exdir
The directory to unzip to, defaulted to the current directory.