R/funnelD3.R

#'
#' Creating Interactive Funnel Plot from R
#'
#' Creates D3JS sankey barplot
#'
#' @name funnelD3-package
#' @aliases funnelD3
#' @docType package
NULL



#' Shiny bindings for funnelD3 widgets
#'
#' #' Output and render functions for using funnelD3 widgets within Shiny
#' applications and interactive Rmd documents.
#'
#' @param outputId output variable to read from
#' @param width,height Must be a valid CSS unit (like \code{"100\%"},
#'   \code{"400px"}, \code{"auto"}) or a number, which will be coerced to a
#'   string and have \code{"px"} appended.
#' @param expr An expression that generates a funnelD3 graph
#' @param env The environment in which to evaluate \code{expr}.
#' @param quoted Is \code{expr} a quoted expression (with \code{quote()})? This
#'   is useful if you want to save an expression in a variable.
#'
#' @importFrom htmlwidgets shinyWidgetOutput
#' @importFrom htmlwidgets shinyRenderWidget
#'
#' @name funnelD3-shiny
NULL
alberthkcheng/funnelD3 documentation built on May 10, 2019, 8:51 a.m.