Nothing
Code
lvls_expand(f1, c("a", "c"))
Condition
Error in `lvls_expand()`:
! `new_levels` must include all levels in `f`.
i Missing 1 level: b
new_levels
must checks its inputsCode
lvls_revalue(f1, 1:5)
Condition
Error in `lvls_revalue()`:
! `new_levels` must be a character vector, not an integer vector.
Code
lvls_revalue(f1, c("a", "b", "c"))
Condition
Error in `lvls_revalue()`:
! `new_levels` must be the same length (3) as `levels(f)` (2).
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.