make_pretty_df: Make a data.frame more aesthetically pleasing

View source: R/string-manipulation.R

make_pretty_dfR Documentation

Make a data.frame more aesthetically pleasing

Description

Make a data.frame more aesthetically pleasing

Usage

make_pretty_df(
  df,
  column.names = TRUE,
  group.names = TRUE,
  make.pretty = TRUE,
  ...
)

Arguments

df

A data.frame.

column.names

Logical. If FALSE, column names are skipped.

group.names

Logical. If FALSE, discrete variables are skipped.

make.pretty

Logical. If FALSE, all functions are skipped.

...

Additional arguments given to make_pretty_names.

Value

A more aesthetically pleasing version of the input.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.