Description Usage Arguments Examples
Shows a message dialog to the user in VisRseq.
1 | visr.message(text, type = c("error", "warning"))
|
text |
Message text to be shown. |
type |
Message type. ( |
1 2 | if (any(is.na(visr.input)))
visr.message("There are NA values in the input", type="error")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.