create_stack: Create a new jenga stack

Description Usage Arguments Value Examples

Description

Create a new jenga stack

Usage

1
create_stack(slot.names)

Arguments

slot.names

A vector of names for the stack to be created.

Value

stack, an empty list named as given by slot.names, and of length of the input vector.

Examples

1
my.stack <- create_stack(c("Variable 1", "Variable 2", "Variable 3"))

sarahromanes/jenga documentation built on May 13, 2019, 1:40 p.m.