R/saveFunnel.R

#' Save a funnel plot to an HTML file
#'
#'
#' @param plot Plot to save
#'
#' @inheritParams htmlwidgets::saveWidget
#'
#' @export
saveFunnel <- function(plot, file, selfcontained = TRUE) {
  htmlwidgets::saveWidget(plot, file, selfcontained)
}
alberthkcheng/funnelD3 documentation built on May 10, 2019, 8:51 a.m.