Description Usage Arguments Examples
View source: R/MarkdownReportsDev.R
Stop script if the condition is met, and print a message
1 |
condition |
any condition check that gives TRUE or FALSE |
message |
print a message |
1 | a = 1; stopif (a!= 1, message = "A is 1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.