format_hover {shinymodels} | R Documentation |
Returns the hover columns to be displayed in interactive plots
Description
This function takes .hover
argument and returns the output that can
be used as a test aesthetics in a ggplot2::ggplot()
object to customize tooltip.
Usage
format_hover(x, ...)
Arguments
x |
A data frame with columns to be displayed in the hover. |
... |
Arguments passed to |
Value
A character vector.
[Package shinymodels version 0.1.1 Index]