explore {generics} | R 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
No methods found in currently loaded packages.
[Package generics version 0.1.3 Index]