explore: Create an interactive visualization appropriate to a...

View source: R/explore.R

exploreR Documentation

Create an interactive visualization appropriate to a particular object type

Description

explore() invokes a function that starts an interactive, pre-defined widget (e.g. plotly visualization, shiny app, etc.) to investigate the results.

Usage

explore(x, ...)

Arguments

x

A object

...

Other arguments passed to methods

Value

NULL (invisibly) or some other data type (e.g. tibble) depending on the application.

Methods

\Sexpr[stage=render,results=rd]{generics:::methods_rd("explore")}

generics documentation built on July 6, 2022, 1:08 a.m.