skim_num: Skim a dataset and return only numeric variables...

View source: R/mod_load_data_fct_display.R

skim_numR Documentation

Skim a dataset and return only numeric variables characteristics

Description

Skim a dataset and return only numeric variables characteristics

Usage

skim_num(the_data)

Arguments

the_data

Data on which the skim function will apply the description on numeric variables

Value

a data.frame object containing description of all numeric (doucle or integer) variable in the input data.

Examples

skim_num(iris)
skim_num(mtcars)


dataCompare documentation built on Nov. 2, 2024, 9:06 a.m.