describe_all {explore}R Documentation

Describe all variables of a dataset

Description

Describe all variables of a dataset

Usage

describe_all(data, out = "large")

Arguments

data

A dataset

out

Output format ("small"|"large")

Value

Dataset (tibble)

Examples

describe_all(iris)

[Package explore version 1.3.0 Index]