numericInputsServer: Server function of numericInput module

View source: R/numericInputsModule.R

numericInputsServerR Documentation

Server function of numericInput module

Description

Server function of numericInput module

Usage

numericInputsServer(id, inputs_conf, sliders = FALSE, delay = 0)

Arguments

id

character, module ID

inputs_conf

tibble, numericInputs parameters table with columns input (numericInput ID), label, value, min, max, step and show

sliders

boolean, whether to use sliders or numeric inputs

delay

integer, number of milliseconds to delay an input change

Value

named list with reactive input values


mcanigueral/dutils documentation built on Jan. 25, 2024, 3:34 p.m.