Learn R Programming

dataCompare (version 1.0.5)

skim_num: Skim a dataset and return only numeric variables characteristics

Description

Skim a dataset and return only numeric variables characteristics

Usage

skim_num(the_data)

Value

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

Arguments

the_data

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

Examples

Run this code
skim_num(iris)
skim_num(mtcars)

Run the code above in your browser using DataLab