run_ggquickeda {ggquickeda} | R Documentation |
Run the ggquickeda application
Description
Run the ggquickeda
application.
Usage
run_ggquickeda(data = NULL, ...)
Arguments
data |
The initial data.frame to load into the application. |
... |
Additional arguments for bookmarking |
Examples
if (interactive()) {
run_ggquickeda()
}
[Package ggquickeda version 0.3.1 Index]