char_to_fac: Convert character-type columns of a data frame to factor-type

View source: R/utils.R

char_to_facR Documentation

Convert character-type columns of a data frame to factor-type

Description

Convert character-type columns of a data frame to factor-type

Usage

char_to_fac(df)

Arguments

df

A data frame.

Value

The data frame with factor columns instead of char columns.


metasnf documentation built on April 3, 2025, 5:40 p.m.