R/utils.R

Defines functions .as_widget

.as_widget <- function(x, elementId = NULL){
  htmlwidgets::createWidget(
    name = 'tippy',
    x,
    width = NULL,
    height = NULL,
    package = 'tippy',
    elementId = elementId
  )
}

Try the tippy package in your browser

Any scripts or data that you put into this service are public.

tippy documentation built on Jan. 16, 2021, 5:29 p.m.