df_factors_to_char: Convert all factors of a dataframe to characters

View source: R/df_factors_to_char.R

df_factors_to_charR Documentation

Convert all factors of a dataframe to characters

Description

The function checks the which columns are factors and converts these to character vectors

Usage

df_factors_to_char(rp)

Arguments

rp

A dataframe

Details

all credits to Thierry Onkelinx

See Also

Other Data_handling_utilities: convertdf_enc(), csv_to_sqlite()

Examples

df_factors_to_char(PlantGrowth) # column group will be chars as well


inbo/inborutils documentation built on Nov. 23, 2023, 4:42 a.m.