Provides the appropriate function arguments for the input function selected
by filterInput() or updateFilterInput().
Arguments
- x
The object being passed to
filterInput()orupdateFilterInput().- ...
Additional arguments passed to the method. See details.
Details
The following arguments are supported in ...:
range | (Date, POSIXt). Logical. If TRUE, args_filter_input() will provide
the arguments for range date inputs. Only applies when x is of class
Date or POSIXt. |
textbox | (character). Logical. If FALSE (the default), args_filter_input()
will provide the arguments for select inputs. |
choices_asis | (character, factor, list, logical). Logical. If TRUE, the choices
provided to select inputs will not be modified. If FALSE (the default),
duplicate values will be removed and the choices will be sorted. Only
applies when x is of class character, factor, list, or
logical. |
server | If TRUE, indicates that the choices will be provided server-side. In
this case, arguments are not computed for args_filter_input(). Ignored
in args_update_filter_input(). |