Description Usage Arguments Value Author(s) See Also Examples
Input a character via GUI wizard. It returns nothing to the screen unless you assign the output to a variable.
1 2 3 4 5 |
prompt |
character, the prompt label of the GUI window. Default NULL. |
caption |
character, the caption of the GUI window. Default NULL. |
default |
character, the default value for the inputbox. Default "". |
gui |
'Rstudioapi', 'Gwidgets' or 'WinGui'. Default 'Rstudioapi'. If
'Rstudioapi' and Rstudio version >= 1.1.67, then call
|
... |
other arguments. |
invisible
Yiying Wang, wangy@aetna.com
1 2 3 4 | ## Not run:
x <- input_char(prompt="Input the api key", caption="API Key?")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.