Nothing
Code
fct_recode(f, "a")
Condition
Error in `fct_recode()`:
! Each element of `...` must be a named string.
i Problems with 1 argument: 1
Code
fct_recode(f, x = 1, y = c("a", "b"))
Condition
Error in `fct_recode()`:
! Each element of `...` must be a named string.
i Problems with 2 arguments: x and y
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.