Learn R Programming

generics (version 0.1.4)

explore: 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, ...)

Value

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

Arguments

x

A object

...

Other arguments passed to methods

Methods

generics:::methods_rd("explore")