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
hrbrmstr/metricsgraphics documentation built on May 17, 2019, 5:10 p.m.