Nothing
Code
to_chr(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_chr(given)
Condition
Error:
! Can't coerce `given` <function> to <character>.
Code
wrapper(given)
Condition
Error in `wrapper()`:
! Can't coerce `wrapper_val` <function> to <character>.
Code
to_chr(given)
Condition
Error:
! Can't coerce `given` <data.frame> to <character>.
Code
wrapper(given)
Condition
Error in `wrapper()`:
! Can't coerce `wrapper_val` <data.frame> to <character>.
Code
to_chr(given)
Condition
Error:
! Can't coerce `given` <list> to <character>.
Code
wrapper(given)
Condition
Error in `wrapper()`:
! Can't coerce `wrapper_val` <list> to <character>.
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.