format_hover: Returns the hover columns to be displayed in interactive...

View source: R/Misc.R

format_hoverR 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 format() to the column(s) selected to be seen in the hover/tooltip.

Value

A character vector.


shinymodels documentation built on May 29, 2024, 2:22 a.m.