Skip to contents

Returns the column ranges (1-indexed, inclusive) for each chunk without decompressing any data.

Usage

st_chunk_ranges(path)

Arguments

path

Path to a .spz file.

Value

A data.frame with columns start and end.

See also

Examples

if (FALSE) { # \dontrun{
ranges <- st_chunk_ranges("data.spz")
print(ranges)
} # }