| .coerce_fct_levels_impl | R Documentation |
Checks for values in x that are not present in levels and throws an error
if any are found.
.coerce_fct_levels_impl(
x,
levels = NULL,
to_na = character(),
x_arg = caller_arg(x),
call = caller_env()
)
x |
The argument to stabilize. |
levels |
|
to_na |
|
x_arg |
|
call |
|
x as a factor with the specified levels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.