currr icon indicating copy to clipboard operation
currr copied to clipboard

The currr package is a wrapper for the purrr::map() family but extends the iteration process with a certain number of checkpoints ( currr = checkpoints + purr), where the evaluated results are saved,...

Results 1 currr issues
Sort by recently updated
recently updated
newest added

Running the first example in the README fails here with ``` > cp_map(.x = 1:50, .f = avg_n, .data = iris, + .col = Sepal.Length, + name = "iris_mean") |>...