View source: R/mod_load_data_fct_display.R
skim_char | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.