summary_data: Print a descriptive summary of a data frame.

View source: R/imported-fun.R

summary_dataR Documentation

Print a descriptive summary of a data frame.

Description

The function prints a summary of the data. Similar to the function utils::str(), but easier readable.

Usage

summary_data(data, print = TRUE, n = 10)

Arguments

data

A data frame.

print

Logical: whether or not to print the summary.

n

Number: maximum number of values being mentioned in the summary. If NULL all values are being mentioned. Defaults to 10.

Value

Optionally returns a named list with info.

Author(s)

Jacolien van Rij


tidymv documentation built on May 31, 2023, 8:14 p.m.