number_server: Number module Server

Description Usage Arguments Value

View source: R/number.R

Description

A number module UI that can accept dynamic inputs on the server-side declaration

Usage

1
2
3
4
5
6
7
8
9
number_server(
  input,
  output,
  session,
  label = "Cost Amount:",
  value = 0,
  min = 0,
  max = 1000
)

Arguments

input

list of inputs used in the shiny application session

output

list of outputs used the shiny application session

session

The shiny app session object

label

The label of the numericInput function. Converted to reactive later for enabling encapsulation

value

The default value of the numericInput function.

min

The minimum of numbers that can be used by the numericInput function.

max

The maximum of numbers that can be used by the numericInput function.

Value

Numeric. Number value


HarryRosen/hrimodules documentation built on Jan. 11, 2022, 12:36 a.m.