expand_list: Expand (cross) lists

View source: R/expand_list.R

expand_listR Documentation

Expand (cross) lists

Description

The same as purrr::cross, but doesn't require an extra list()

Usage

expand_list(...)

Arguments

...

Dots

Examples

plnr::expand_list(
  a = 1:2,
  b = c("a", "b")
)

plnr documentation built on Nov. 23, 2022, 5:06 p.m.