cell_combos {faux}R Documentation

Cell combos

Description

Creates wide cell combination names, such as A1_B1, A2_B1, A1_B2, A2_B2.

Usage

cell_combos(factors, dv = "y", sep = faux_options("sep"))

Arguments

factors

A list of lists of named factor levels

dv

name of dv column ("y") to be used if there are no factors

sep

separator

Value

a list


[Package faux version 1.2.2 Index]