Learn R Programming

loadeR (version 1.2.0)

labelInput: 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 = "")

Value

An HTML element.

Arguments

inputId

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

value

Initial value.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
labelInput("id", "data")

Run the code above in your browser using DataLab