as_factor_keep_attributes | R Documentation |
Converts x
to a factor and keeps its attributes. Warns appropriately such that the user
can decide whether they prefer converting to factor manually (e.g. for full control of
factor levels).
as_factor_keep_attributes(
x,
x_name = deparse(substitute(x)),
na_level = "<Missing>",
verbose = TRUE
)
x |
( |
x_name |
( |
na_level |
( |
verbose |
( |
A factor
with same attributes (except class) as x
. Does not modify x
if already a factor
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.