Nothing
Code
to_fct(given)
Condition
Error:
! Can't coerce `given` <function> to <factor>.
Code
wrapper(given)
Condition
Error in `wrapper()`:
! Can't coerce `wrapper_val` <function> to <factor>.
Code
to_fct(given)
Condition
Error:
! Can't coerce `given` <data.frame> to <factor>.
Code
wrapper(given)
Condition
Error in `wrapper()`:
! Can't coerce `wrapper_val` <data.frame> to <factor>.
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 <factor>.
Code
to_fct(letters[1:5], levels = c("a", "c"), to_na = "b")
Condition
Error:
! All values of `letters[1:5]` must be present in `levels` or `to_na`.
* Bad values: d and e.
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.