Home
last modified time | relevance | path

Searched refs:imodify (Results 1 – 5 of 5) sorted by relevance

/dports/devel/R-cran-purrr/purrr/man/
H A Dmodify.Rd11 \alias{imodify}
30 imodify(.x, .f, ...)
105 elements of \code{.y} to \code{.f}, just like \code{\link[=map2]{map2()}}. \code{imodify()} passes
/dports/devel/R-cran-purrr/purrr/tests/testthat/
H A Dtest-modify.R72 out <- imodify(mtcars, paste)
/dports/devel/R-cran-purrr/purrr/
H A DNAMESPACE85 export(imodify)
H A DNEWS.md107 * New `modify2()` and `imodify()` functions. These work like `map()`
/dports/devel/R-cran-purrr/purrr/R/
H A Dmodify.R346 imodify <- function(.x, .f, ...) { function