Nothing
Code
hybrid_then(42, tee = "invalid")
Condition
Error in `hybrid_then()`:
! `tee` must be `TRUE` or `FALSE`
Code
hybrid_then(42, tee = 1)
Condition
Error in `hybrid_then()`:
! `tee` must be `TRUE` or `FALSE`
on_success and on_failure parametersCode
hybrid_then(42, on_success = "invalid")
Condition
Error in `check_hybrid_callback()`:
! `on_success=` must be a function or `NULL`
Code
hybrid_then(42, on_failure = "invalid")
Condition
Error in `check_hybrid_callback()`:
! `on_failure=` must be a function or `NULL`
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.