Slice Columns Matching Variable Metadata Filter
Arguments
- path
Path to a
.spzfile.- ...
Filter expression on var columns (passed to
subset()).- threads
Integer decode threads. 0 = all.
Examples
if (FALSE) { # \dontrun{
mat <- st_filter_cols("data.spz", highly_variable == TRUE)
dim(mat)
} # }