expand: Simpler and faster version of expand.grid() in base package

View source: R/pattern2fixed.R

expandR Documentation

Simpler and faster version of expand.grid() in base package

Description

Simpler and faster version of expand.grid() in base package

Usage

expand(elem)

Arguments

elem

list of elements to be combined

Examples

quanteda:::expand(list(c("a", "b", "c"), c("x", "y")))

quanteda documentation built on May 31, 2023, 8:28 p.m.