Learn R Programming

explore (version 1.3.4)

describe_all: Describe all variables of a dataset

Description

Describe all variables of a dataset

Usage

describe_all(data, out = "large")

Value

Dataset (tibble)

Arguments

data

A dataset

out

Output format ("small"|"large")

Examples

Run this code
describe_all(iris)

Run the code above in your browser using DataLab