Nothing
Code
to_lst(given, allow_null = FALSE)
Condition
Error:
! `given` must not be <NULL>.
Code
wrapped_to_lst(given, allow_null = FALSE)
Condition
Error in `wrapped_to_lst()`:
! `val` must not be <NULL>.
Code
to_lst(given)
Condition
Error:
! `given` must not be a <function>.
Code
wrapped_to_lst(given)
Condition
Error in `wrapped_to_lst()`:
! `val` must not be a <function>.
Code
to_lst(given, coerce_function = TRUE)
Condition
Error:
! Can't coerce `given` <primitive function> to <list>.
Code
wrapped_to_lst(given, coerce_function = TRUE)
Condition
Error in `wrapped_to_lst()`:
! Can't coerce `val` <primitive function> to <list>.
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.