Learn R Programming

explore (version 0.8.0)

describe_all: Describe all variables of a dataset

Description

Describe all variables of a dataset

Usage

describe_all(data = NA, 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