Description Usage Arguments Value
View source: R/utils_general.R
Internal ibiVizEdit
utility that generates a warning if an input expected to be an integer is not
1 2 3 4 5 6 | raise_not_in_range_integer(
input_val = NULL,
input_name = NULL,
lower_bound = NULL,
upper_bound = NULL
)
|
input_val |
the value passed by the user to the ibiVizEdit gui |
input_name |
the name corresponding to the shiny input being evaluated |
lower_bound |
the lower bound of the allowable integer range |
upper_bound |
the upper bound of the allowable integer range |
raises a warning if value is not an integer or not in permitted range
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.