R/exports.R

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

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

#' @importFrom zoo as.yearmon
#' @name as.yearmon
#' @export as.yearmon
#' @rdname dygraphs-exports
NULL
danzhuibing/minidygraphs documentation built on May 14, 2019, 6:06 p.m.