View source: R/utils-array_factory.R
check_array_list_input | R Documentation |
Have Input Checks for Setting Array Inputs
check_array_list_input(.input, type, num_episodes, num_trials, num_stimuli)
.input |
The input passed into one of the array definition functions
created with |
type |
Either "stimulus" or "reinforcement" to tailor error messages according to the array setting input. |
num_episodes |
(numeric) The number of episodes per trial. |
num_trials |
(numeric) The number of trials to simulate. |
An error if the input is invalid, otherwise nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.