checkIndividual {shinysurveys} | R Documentation |
Check if individual inputs have a value
Description
Check if individual inputs have a value
Usage
checkIndividual(input = input, input_id)
Arguments
input |
Input from server |
input_id |
The input_id to check |
Value
TRUE if the input has a value; false otherwise.
[Package shinysurveys version 0.2.0 Index]