raise_not_in_range_integer: Internal 'ibiVizEdit' utility that generates a warning if an...

Description Usage Arguments Value

View source: R/utils_general.R

Description

Internal ibiVizEdit utility that generates a warning if an input expected to be an integer is not

Usage

1
2
3
4
5
6
raise_not_in_range_integer(
  input_val = NULL,
  input_name = NULL,
  lower_bound = NULL,
  upper_bound = NULL
)

Arguments

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

Value

raises a warning if value is not an integer or not in permitted range


dr-consulting/ibi_VizEdit documentation built on Jan. 1, 2021, 12:04 a.m.