View source: R/df_factors_to_char.R
df_factors_to_char | R Documentation |
The function checks the which columns are factors and converts these to character vectors
df_factors_to_char(rp)
rp |
A dataframe |
all credits to Thierry Onkelinx
Other Data_handling_utilities:
convertdf_enc()
,
csv_to_sqlite()
df_factors_to_char(PlantGrowth) # column group will be chars as well
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.