| make_empty_slots | R Documentation |
Add empty variable/level slot columns
make_empty_slots(n = 1, max_vars = 12)
n |
Number of rows. |
max_vars |
Number of variable/level slots. |
A data frame with n rows and one variable and level column
pair for each requested slot.
slots <- make_empty_slots(
n = 2,
max_vars = 3
)
slots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.