View source: R/utils_additional_HTML.R
| checkFeedback | R Documentation |
relies on shinyFeedback to automate feedback on one input.
checkFeedback(
input,
id,
condition = NULL,
silent = FALSE,
type = c("danger", "warning"),
text = NULL
)
id |
character. An ID string that corresponds with the ID used to call the module's UI function. |
condition |
logical. Determines if the feedback is positive or not. |
silent |
logical. If TRUE, the only feedback occurs when |
type |
character. Either "danger" or "warning", sets the type of
feedback in case |
text |
character. What message to display in case of unmet condition. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.