text: Generate an HTML text input

Description Usage Arguments Examples

View source: R/helpers.R

Description

Generate an HTML text input

Usage

1
text(value = "", title = "")

Arguments

value

initial value

title

title of input

Examples

1
2
3
4
5
# Run this in a cell to display a text input
input <- text(value = "Default value", title = "Your title")

# In another cell, retrieve the value of the textbox:
as.character(input)

herbps10/Reactor documentation built on May 14, 2021, 8:04 p.m.