create_stack.RdCreate a new jenga stack
create_stack(slot.names)
| slot.names | A vector of names for the stack to be created. |
|---|
stack, an empty list named as given by slot.names, and of length of the input vector.
my.stack <- create_stack(c("Variable 1", "Variable 2", "Variable 3"))