View source: R/other_functions.R
Proceed.or.Stop | R Documentation |
This function produces warning message if there is anything wrong with your code.
Proceed.or.Stop(result)
result |
A result with a result of TRUE or FALSE. |
A text message.
Proceed.or.Stop(5 < 6)
Proceed.or.Stop(5 < 3)
Proceed.or.Stop(5 == 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.