Create a new jenga stack

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

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