DescTools (version 0.99.8.1)

Explore: Interactive Explorer

Description

Use RStudio's manipulator to explore a data.frame by creating some xy-scatterplots and numerical descriptions on the fly.

Usage

Explore(x)

Arguments

x
the data.frame to be explored.

Details

This function helps to get rid of the afterwards superfluous R-code created while exploring a dataset.

Examples

Run this code
Explore(d.pizza)

Run the code above in your browser using DataCamp Workspace