View source: R/mod_load_data_fct_display.R
skim_num | R Documentation |
Skim a dataset and return only numeric variables characteristics
skim_num(the_data)
the_data |
Data on which the skim function will apply the description on numeric variables |
a data.frame object containing description of all numeric (doucle or integer) variable in the input data.
skim_num(iris)
skim_num(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.