Nothing
Code
to_null(given, allow_null = FALSE)
Condition
Error:
! `given` must not be <NULL>.
Code
wrapper(given, allow_null = FALSE)
Condition
Error in `wrapper()`:
! `wrapper_val` must not be <NULL>.
Code
to_null(NULL, allow_null = NULL)
Condition
Error:
! `allow_null` must not be <NULL>.
Code
to_null(NULL, allow_null = "fish")
Condition
Error:
! `allow_null` <character> must be coercible to <logical>
x Can't convert some values due to incompatible values.
* Locations: 1
Code
wrapper(given, allow_null = NULL)
Condition
Error in `wrapper()`:
! `allow_null` must not be <NULL>.
Code
wrapper(given, allow_null = "fish")
Condition
Error in `wrapper()`:
! `allow_null` <character> must be coercible to <logical>
x Can't convert some values due to incompatible values.
* Locations: 1
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.