Description Usage Arguments Details Value
I often found myself wrapping a call to browser
in an if
statement.
1 | browser_if(truth = stop("truth not supplied"))
|
truth |
An epression that evaluates to a logical value |
This function takes a logical expression and, if it evaluates to true,
calls browser
.
This is defined as a macro so that when browser
is invoked, it
have the context of the place where browser_if
was called
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.