R/map_by_chunk_id.r

Defines functions map_by_chunk_id

Documented in map_by_chunk_id

#' @rdname cmap2
#' @export
map_by_chunk_id <- function(.x, .y, .f, ..., outdir) {
  warning("map_by_chunk_id is deprecated. Use map2 instead")
  cmap2.disk.frame(.x, .y, .f, ..., outdir = outdir)
}

Try the disk.frame package in your browser

Any scripts or data that you put into this service are public.

disk.frame documentation built on Aug. 24, 2023, 5:09 p.m.