Skip to contents

Stores data in a single append-only .daf.zip archive. See the Julia documentation for details.

Usage

zip_daf(path, mode = "r", name = NULL, packed = FALSE)

Arguments

path

Path to the ZIP archive (.daf.zip or .dafs.zip#/<group>)

mode

Mode to open the storage ("r", "r+", "w", or "w+")

name

Optional name for the Daf object

packed

If TRUE, store arrays chunked and compressed

Value

A Daf object with ZIP-archive storage