View source: R/disambr_utils.r
stop_unless | R Documentation |
Stops process unless cond is true
stop_unless( cond, message_if_false = paste("cond in not TRUE"), stop_if_false = TRUE, return_if_true = TRUE, return_if_false = isFALSE(return_if_true) )
cond |
condition to test |
message_if_false |
message_if_false |
stop_if_false |
stop_if_false |
return_if_true |
return_if_true |
return_if_false |
return_if_false |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.