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