Nothing
textPrompt <- R.cache:::.textPrompt
ans <- textPrompt("Do you have a minute?")
print(ans)
ans <- textPrompt("Do you have a minute?", options=c("yes", "no"))
print(ans)
## Output to standard error
ans <- textPrompt("Do you have a minute?", type="message")
print(ans)
## Output to standard output
ans <- textPrompt("Do you have a minute?", type="output")
print(ans)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.