Learn R Programming

xda (version 0.2)

charSummary: Automatically detects character/factor variables and gives a comprehensive summary

Description

Automatically detects character/factor variables and gives a comprehensive summary

Usage

charSummary(df)

Arguments

df

name of your data frame

Value

Returns the summary data frame

Examples

Run this code
# NOT RUN {
data(iris)
charSummary(iris)
# }

Run the code above in your browser using DataLab