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
export("%>%")
export(JS)
export(aes)
export(apex)
export(apexchart)
@ -38,6 +39,7 @@ export(pie_opts)
export(radialBar_opts)
export(renderApexchart)
importFrom(ggplot2,aes)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)

View File

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

View File

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