Skip to content

.id argument ignored in imap_dfr()/imap_dfc()? #429

@eaurele

Description

@eaurele

purrr/R/imap.R

Line 50 in 62b135a

#' @rdname imap

imap_dfr <- function(.x, .f, ..., .id = NULL) {
  .f <- as_mapper(.f, ...)
  map2_dfr(.x, vec_index(.x), .f, ...)
}

I don't seem to be able to make use of .id in imap_dfr(). Looking at the source code, the .id arg seems not to be handled at all. Is it the case or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions