View source: R/apollo_validateControl.R
apollo_validateControl | R Documentation |
Validates the options controlling the running of the code apollo_control
and sets default values for the omitted ones.
apollo_validateControl(database, apollo_control, silent = FALSE)
database |
data.frame. Data used by model. |
apollo_control |
List. Options controlling the running of the code. User input is required for all settings except those with a default or marked as optional.
|
silent |
Boolean. If TRUE, no messages are printed to screen. |
This function should be run before running apollo_validateData
.
Validated version of apollo_control
, with additional element called panelData
set to TRUE for repeated choice data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.