Nothing
#' @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")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.