abort_on_invalid_user_action | R Documentation |
Constructs a helpful message and signals an error when the user takes an invalid action. Can include an optional hint to fix the error.
abort_on_invalid_user_action(
cause_string,
hint_string = NULL,
call = rlang::caller_env(),
...
)
cause_string |
Why the action was invalid. |
hint_string |
An optional hint to fix the error. |
call |
The function environment that is most relevant from the user's
perspective. Default is |
... |
Passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.