utils_user_input_retrieve_free_text | R Documentation |
get user input
utils_user_input_retrieve_free_text( message, default = NULL, type = c("string", "number") )
message |
message - tell user what information to input |
default |
if user enters no data, this value will be returned (NULL) |
type |
return type |
user input formatted according to type. If user does not enter anything will return value of default
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.