limit function

limit module server logic

limit module server logic

limit(input, output, session, lower = NULL, upper = NULL)

Arguments

  • input: Shiny's input object.
  • output: Shiny's output object.
  • session: Shiny's session object.
  • lower: Set lower limit (supports reactive).
  • upper: Set upper limit (supports reactive).

Returns

Reactive containing: list(lower, upper).

  • Maintainer: Hendrik Schultheis
  • License: MIT + file LICENSE
  • Last published: 2021-04-19