what: What is this Data Frame?

View source: R/what.R

whatR Documentation

What is this Data Frame?

Description

Print the output of some exploratory helper functions to console.

Usage

what(df)

Arguments

df

a data frame

Value

A skim_df object, see package skimr.

References

A wrapper around the brilliant R functions pillar::glimpse(), dplyr::slice_sample(), and skimr::skim().

Examples

HK::what(mtcars)

rbitrage/HK documentation built on March 20, 2022, 11:40 a.m.