labelInput: Create a label that can be used to show text.

View source: R/utils_inputs.R

labelInputR Documentation

Create a label that can be used to show text.

Description

Create a label that can be used to show text.

Usage

labelInput(inputId, value = "")

Arguments

inputId

The input slot that will be used to access the value.

value

Initial value.

Value

An HTML element.

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

labelInput("id", "data")


PROMiDAT/readeR documentation built on July 20, 2023, 3:53 p.m.