import & export JS

This commit is contained in:
pvictor 2019-06-12 17:29:40 +02:00
parent 6a1999e70d
commit d6f04024bc
3 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand # Generated by roxygen2: do not edit by hand
export("%>%") export("%>%")
export(JS)
export(aes) export(aes)
export(apex) export(apex)
export(apexchart) export(apexchart)
@ -38,6 +39,7 @@ export(pie_opts)
export(radialBar_opts) export(radialBar_opts)
export(renderApexchart) export(renderApexchart)
importFrom(ggplot2,aes) importFrom(ggplot2,aes)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,createWidget) importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget) importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput) importFrom(htmlwidgets,shinyWidgetOutput)

View File

@ -29,3 +29,9 @@ NULL
#' @export #' @export
#' @rdname apexcharter-exports #' @rdname apexcharter-exports
NULL NULL
#' @importFrom htmlwidgets JS
#' @name JS
#' @export
#' @rdname apexcharter-exports
NULL

View File

@ -4,6 +4,7 @@
\alias{apexcharter-exports} \alias{apexcharter-exports}
\alias{\%>\%} \alias{\%>\%}
\alias{aes} \alias{aes}
\alias{JS}
\title{apexcharter exported operators and S3 methods} \title{apexcharter exported operators and S3 methods}
\description{ \description{
The following functions are imported and then re-exported The following functions are imported and then re-exported