unzip_export: unzip_export

View source: R/unzip_export.R

unzip_exportR Documentation

unzip_export

Description

unzips files exported from inception (creates local files; use with caution)

Usage

unzip_export(folder, overwrite = FALSE, recursive = FALSE)

Arguments

folder

set path to folder in which the xmi-files are stored

overwrite

should existing unzipped files be unzipped again (defaults to FALSE)

recursive

should files from sub-folders also be unzipped (defaults to FALSE)

Value

unzips files locally and provides list with paths to extracted files

Examples

## Not run: 
unzip_export(folder = "export")

## End(Not run)

nicoblokker/inception-to-r documentation built on June 4, 2023, 12:20 a.m.