R/tippy.R

Defines functions tippy

#' @name Custom tippy widget functions
#'
#' @inheritParams tippy::tippy
#'
#' @return a tippy
#' @export
#' @importFrom tippy tippy
#'
#' @noRd
#'
tippy <- function(tooltip,
                  text) {
  tippy::tippy(
    tooltip = tooltip,
    text = text
  )
}
nhsbsa-data-analytics/nhs-low-income-scheme-scrollytell documentation built on Aug. 10, 2024, 6:04 a.m.