skim: Custom skimmer

View source: R/themes.R

skimR Documentation

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

skim(faithful)

mdsr documentation built on Sept. 11, 2024, 5:07 p.m.

Related to skim in mdsr...