skim_char {dataCompare} | R Documentation |
Skim a dataset and return only characters variables characteristics
Description
Skim a dataset and return only characters variables characteristics
Usage
skim_char(the_data)
Arguments
the_data |
Data on which the skim function will apply the description on character variables |
Value
a data.frame object containing description of all character (factor, character or date) variable in the input data.
Examples
skim_char(iris)
skim_char(mtcars)
[Package dataCompare version 1.0.5 Index]