R/d3plus-package.R

#' An `htmlwidget` interface to the
#' d3plus javascript chart library
#'
#' @name d3plus
#' @docType package
#' @author Mauricio Vargas
NULL

#' d3plus exported operators and S3 methods
#'
#' The following functions are imported and then re-exported
#' from the d3plus package to avoid listing the magrittr
#' as Depends of d3plus.
#'
#' @name d3plus-exports
NULL

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

#' @importFrom htmlwidgets JS
#' @name JS
#' @rdname d3plus-exports
NULL
pachamaltese/d3plus2 documentation built on June 5, 2019, 5:08 a.m.