View source: R/auxiliaryFunctions.R
aux_validateRows | R Documentation |
Validates and expands rows if necessary.
aux_validateRows(rows, componentName = NULL, apollo_inputs = NULL)
rows |
Boolean vector. Consideration of which rows to include. Length equal to the number of observations (nObs), with entries equal to TRUE for rows to include, and FALSE for rows to exclude. Default is |
componentName |
Character. Name given to model component. If not provided by the user, Apollo will set the name automatically according to the element in |
apollo_inputs |
List grouping most common inputs. Created by function apollo_validateInputs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.