labelInput {loadeR}R 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")


[Package loadeR version 1.2.0 Index]