Skip to content

Switch from {future.apply} to {furrr} where possible #327

@kelly-sovacool

Description

@kelly-sovacool

We often use future.apply::future_lapply to create a list and then dplyr::bind_rows() to create a data frame from the elements. It would be more straight-forward to use furrr::future_map_dfr() instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions