visualize_dataframe: Visualize the variables contained in a data frame.

Description Usage Arguments Value Author(s) Examples

Description

The visualize_dataframe function helps visualize data frames with a reasonable number of variables. This function is dependent on the number of rows and variables and will warn you accordingly. The warnings will come for long and wide datasets as these properties affect performance and the legibility of the plot produced.

Usage

1
visualize_dataframe(dataframe, override = FALSE)

Arguments

dataframe

One data frame (as a character string).

override

Defaults to False. Set to true to override imposed limitations on the number of variables included in the plot.

Value

A matrix of plots. Each variable included is graphed against all other variables and itself.

Author(s)

Sean Raleigh, sraleigh@westminstercollege.edu

Jack Wilburn jackwilburn@tutanota.com

Examples

1
2
3
4
5
## Not run: 
visualize_dataframe("CO2")
visualize_dataframe(mtcars, override = TRUE)

## End(Not run)

VectorPosse/datafinder documentation built on May 9, 2019, 9:43 p.m.