R/taucharts-package.r

#' An \code{htmlwidget} interface to the
#' \href{http://www.taucharts.com/}{TauCharts} D3 chart library
#' @name taucharts
#' @docType package
#' @author Bob Rudis (@@hrbrmstr), Kent Russell (@@timelyportfolio)
#' @import htmltools
#' @importFrom zoo index
NULL

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

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

#' @importFrom htmlwidgets JS
#' @name JS
#' @export
#' @rdname taucharts-exports
NULL
hrbrmstr/taucharts documentation built on May 17, 2019, 5:14 p.m.