export label_value

This commit is contained in:
pvictor 2020-12-03 10:32:50 +01:00
parent de3d9c1a9f
commit 70eb611091
3 changed files with 14 additions and 0 deletions

View File

@ -54,6 +54,7 @@ export(format_date)
export(format_num)
export(heatmap_opts)
export(label)
export(label_value)
export(parse_df)
export(pie_opts)
export(radialBar_opts)
@ -69,7 +70,10 @@ export(set_input_zoom)
export(set_tooltip_fixed)
export(sparkBoxOutput)
export(spark_box)
export(vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,label_value)
importFrom(ggplot2,vars)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
@ -80,7 +84,9 @@ importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,as_label)
importFrom(rlang,eval_tidy)
importFrom(rlang,is_function)
importFrom(rlang,is_named)
importFrom(rlang,is_null)
importFrom(rlang,sym)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,registerInputHandler)

View File

@ -36,6 +36,12 @@ NULL
#' @rdname apexcharter-exports
NULL
#' @importFrom ggplot2 label_value
#' @name label_value
#' @export
#' @rdname apexcharter-exports
NULL
#' @importFrom htmlwidgets JS
#' @name JS
#' @export

View File

@ -4,6 +4,8 @@
\alias{apexcharter-exports}
\alias{\%>\%}
\alias{aes}
\alias{vars}
\alias{label_value}
\alias{JS}
\title{apexcharter exported operators and S3 methods}
\description{