char2fact: Character to factor

View source: R/char2fact.R

char2factR Documentation

Character to factor

Description

Converts characters to factors

Usage

char2fact(x, n = 5)

## Default S3 method:
char2fact(x, n = 5)

## S3 method for class 'character'
char2fact(x, n = 5)

## S3 method for class 'factor'
char2fact(x, n = 5)

## S3 method for class 'data.frame'
char2fact(x, n = 5)

Arguments

x

A vector of characters

n

The limit to the number of unique values for the factor

See Also

fact2char()

Other factors: as_ordered(), drop_levels(), fact2char(), fact_na(), fact()


jmbarbone/jordan documentation built on April 1, 2024, 7:46 p.m.