Nothing
Code
fct_relabel(f1, 1)
Condition
Error in `fct_relabel()`:
! Can't convert `.fun`, a number, to a function.
Code
fct_relabel(f1, function(x) 1)
Condition
Error in `lvls_revalue()`:
! `new_levels` must be a character vector, not the number 1.
Code
fct_relabel(f1, function(x) x[-1])
Condition
Error in `lvls_revalue()`:
! `new_levels` must be the same length (0) as `levels(f)` (1).
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.