R/expand.list.R

Defines functions expand.list

expand.list <- function(...) {
  expand.grid(list(...), stringsAsFactors = FALSE, KEEP.OUT.ATTRS = FALSE) |> pmap(list)
}

Try the piecemeal package in your browser

Any scripts or data that you put into this service are public.

piecemeal documentation built on March 11, 2026, 5:07 p.m.