Description Usage Arguments Details
Converts factors to characters in an object. Leaves non-character elements untouched.
1 | factor_to_char(X, inplace = FALSE)
|
X |
an object. |
inplace |
Boolean; if |
We iterate through all elements in the object (e.g. if it is a list) and convert anything that is a factor into a character.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.