R/metricsgraphics-package.r

#' An \code{htmlwidget} interface to the
#' \href{http://metricsgraphicsjs.org/}{MetricsGraphics.js} D3 chart library
#' @name metricsgraphics
#' @docType package
#' @author Bob Rudis (@@hrbrmstr)
#' @import htmltools
NULL

#' metricsgraphics exported operators
#'
#' The following functions are imported and then re-exported
#' from the dygraphs package to enable use of the magrittr
#' pipe operator with no additional library calls
#'
#' @name metricsgraphics-exports
NULL

#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname metricsgraphics-exports
NULL

#' @importFrom htmlwidgets JS
#' @name JS
#' @export
#' @rdname metricsgraphics-exports
NULL

#' @importFrom htmlwidgets saveWidget
#' @name saveWidget
#' @export
#' @rdname metricsgraphics-exports
NULL

Try the metricsgraphics package in your browser

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

metricsgraphics documentation built on May 1, 2019, 8:07 p.m.