Learn R Programming

crtests (version 0.2.1)

factor_length: Determine the length of the factors in a data.frame

Description

Goes through every column in the data.frame, and return the length of its levels

Usage

factor_length(df)

Arguments

df
A data.frame

Value

A vector of length n, with n the number of factor columns in the data frame, containing the length of the levels of those factors