passwordInput: Create a password input control

Description Usage Arguments Value Examples

View source: R/shinyExtInput.R

Description

Create an input control for entry of password values

Usage

1
  passwordInput(inputId, label)

Arguments

inputId

Input variable to assign the control's value to

label

Display label for the control

Value

A password input control that can be added to a UI definition.

Examples

1
passwordInput("passwd", "Password:")

marcionicolau/shinyExt documentation built on May 21, 2019, 11:29 a.m.