Reads the embedded obs table from a v2 .spz file without
decompressing the matrix data. Returns an empty data.frame if no obs
table was stored.
Examples
if (FALSE) { # \dontrun{
obs <- st_read_obs("data.spz")
head(obs)
} # }
Reads the embedded obs table from a v2 .spz file without
decompressing the matrix data. Returns an empty data.frame if no obs
table was stored.
if (FALSE) { # \dontrun{
obs <- st_read_obs("data.spz")
head(obs)
} # }