#' @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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.