shiny_models | R Documentation |
shiny_data
classThis function takes the organize_data()
result to shiny_models a Shiny app.
shiny_models(x, hover_cols = NULL, hover_only = NULL, ...)
## Default S3 method:
shiny_models(x, hover_cols = NULL, hover_only = NULL, ...)
## S3 method for class 'multi_cls_shiny_data'
shiny_models(x, hover_cols = NULL, hover_only = FALSE, ...)
## S3 method for class 'reg_shiny_data'
shiny_models(x, hover_cols = NULL, hover_only = FALSE, ...)
## S3 method for class 'two_cls_shiny_data'
shiny_models(x, hover_cols = NULL, hover_only = FALSE, ...)
x |
The |
hover_cols |
The columns to display while hovering in the Shiny app. This argument can be:
|
hover_only |
A logical to determine if interactive highlighting of points is enabled (the default) or not. This can be helpful for very large data sets. |
... |
Other parameters not currently used. |
A shiny application.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.