inst/testpkg/R/check_read_indexed.R

#' @export
#' @export
#' @importFrom testthat expect_identical
check_read_indexed <- function(FUN, ..., mode) {
    check_read_all_col(FUN(...), mode, FUN="get_indexed_all")
    check_read_slice_col(FUN(...), mode, FUN="get_indexed_slice")
    check_read_varslice_col(FUN(...), mode, FUN="get_indexed_varslice")
}
LTLA/beachmat documentation built on July 13, 2024, 3:11 p.m.