Learn R Programming

mdsr (version 0.2.8)

skim: Custom skimmer

Description

Custom skimmer

Usage

skim(data, ...)

Arguments

data

A tibble, or an object that can be coerced into a tibble.

...

Columns to select for skimming. When none are provided, the default is to skim all columns.

Examples

Run this code
skim(faithful)

Run the code above in your browser using DataLab