Nothing
Code
wrapper_fun(1:3)
Condition
Error in `wrapper_fun()`:
! `col_names` must be <character>:
x `col_names` has class <integer>.
Code
wrapper_fun(factor("a"))
Condition
Error in `wrapper_fun()`:
! `col_names` must be <character>:
x `col_names` has class <factor>.
Code
wrapper_fun(character())
Condition
Error in `wrapper_fun()`:
! `col_names` must have length greater than zero.
Code
wrapper_fun(NA)
Condition
Error in `wrapper_fun()`:
! `col_names` must be either `TRUE` or `FALSE`.
Code
wrapper_fun(c(TRUE, FALSE))
Condition
Error in `wrapper_fun()`:
! `col_names` must be either `TRUE` or `FALSE`.
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.