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