Skip to contents

Reverse of files_to_zarr(). Re-serializes JSON metadata and string blobs. Same-filesystem only - cross-filesystem hard-links fail and produce an error (no automatic copy fallback).

Usage

zarr_to_files(src, dst)

Arguments

src

Path to an existing files_daf directory.

dst

Path to a non-existing destination directory; will be created. Errors if dst already exists.

Value

Invisibly the destination path.

Examples

if (FALSE) { # \dontrun{
zarr_to_files("/path/to/source.daf.zarr", "/path/to/converted.daf")
} # }