apexcharter/R/apexcharter-package.R

49 lines
1002 B
R
Raw Normal View History

#' An \code{htmlwidget} interface to the
#' ApexCharts javascript chart library
#'
#' This package allow you to use ApexCharts.js (\url{https://apexcharts.com/}),
#' to create interactive and modern SVG charts.
#'
#' @name apexcharter-package
#' @author Victor Perrier (@@dreamRs_fr)
2024-03-11 11:29:42 +01:00
"_PACKAGE"
#' apexcharter exported operators and S3 methods
#'
#' The following functions are imported and then re-exported
#' from the apexcharter package to avoid listing the magrittr
#' as Depends of apexcharter
#'
#' @name apexcharter-exports
NULL
#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname apexcharter-exports
2019-02-14 15:50:58 +01:00
NULL
#' @importFrom ggplot2 aes
#' @name aes
#' @export
#' @rdname apexcharter-exports
NULL
2019-06-12 17:29:40 +02:00
2020-12-03 10:24:43 +01:00
#' @importFrom ggplot2 vars
#' @name vars
#' @export
#' @rdname apexcharter-exports
NULL
2020-12-03 10:32:50 +01:00
#' @importFrom ggplot2 label_value
#' @name label_value
#' @export
#' @rdname apexcharter-exports
NULL
2019-06-12 17:29:40 +02:00
#' @importFrom htmlwidgets JS
#' @name JS
#' @export
#' @rdname apexcharter-exports
NULL