hi_model_set_nrow | R Documentation |
This function sets the number of rows in the given model.
hi_model_set_nrow(model, nrow)
model |
an object of class |
nrow |
an integer giving the number of rows (variables) to set in the model |
NULL
model <- hi_new_model()
hi_model_set_nrow(model, 5L) # Sets the model to have 5 rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.