global_handle | R Documentation |
global_handle()
sets up a default configuration for error,
warning, and message handling. It calls:
global_entrace()
to enable rlang errors and warnings globally.
global_prompt_install()
to recover from packageNotFoundError
s
with a user prompt to install the missing package. Note that at
the time of writing (R 4.1), there are only very limited
situations where this handler works.
global_handle(entrace = TRUE, prompt_install = TRUE)
entrace |
Passed as |
prompt_install |
Passed as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.