df.factorizer | R Documentation |
This functions loads a given dataframe and returns for the given set of columns, columns converted as factors, numeric, characters as specified.
df.factorizer(given.df, col_names.given, mode = "factor")
given.df |
Dataframe |
col_names.given |
List of columns to convert |
mode |
Type of conversion to do: factor, as.factor, as.numeric = as.numeric(as.character("") ) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.