Description Usage Arguments Examples
Generate an HTML text input
1 |
value |
initial value |
title |
title of input |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.