apexcharter/NAMESPACE

127 lines
2.9 KiB
Plaintext
Raw Permalink Normal View History

2018-07-30 22:54:39 +02:00
# Generated by roxygen2: do not edit by hand
2020-12-02 15:50:03 +01:00
S3method(print,apex_facet)
2020-12-30 16:16:53 +01:00
S3method(print,apex_grid)
export("%>%")
2019-06-12 17:29:40 +02:00
export(JS)
2020-04-03 20:16:26 +02:00
export(add_event)
2020-04-17 11:29:11 +02:00
export(add_event_marker)
2020-04-04 12:36:42 +02:00
export(add_hline)
2020-07-26 10:46:18 +02:00
export(add_line)
2020-04-04 13:05:19 +02:00
export(add_point)
2020-04-02 19:33:39 +02:00
export(add_shade)
export(add_shade_weekend)
2020-07-26 18:38:18 +02:00
export(add_smooth_line)
2020-04-04 12:36:42 +02:00
export(add_vline)
2019-02-14 15:50:58 +01:00
export(aes)
export(apex)
2020-12-30 16:16:53 +01:00
export(apex_grid)
2019-02-15 22:33:14 +01:00
export(apexchart)
2018-09-07 18:06:41 +02:00
export(apexchartOutput)
2018-09-09 22:09:05 +02:00
export(apexchartProxy)
2020-12-08 16:22:24 +01:00
export(apexfacetOutput)
2021-01-04 12:02:48 +01:00
export(apexgridOutput)
2018-07-31 22:56:51 +02:00
export(ax_annotations)
export(ax_chart)
export(ax_colors)
2020-10-02 09:51:39 +02:00
export(ax_colors_manual)
2018-07-31 22:56:51 +02:00
export(ax_dataLabels)
2021-01-04 17:10:29 +01:00
export(ax_facet_grid)
2020-12-02 15:50:03 +01:00
export(ax_facet_wrap)
2018-07-31 22:56:51 +02:00
export(ax_fill)
2023-05-17 15:49:28 +02:00
export(ax_forecast_data_points)
2018-07-31 22:56:51 +02:00
export(ax_grid)
export(ax_labels)
2018-11-06 09:04:16 +01:00
export(ax_labels2)
2019-02-16 19:56:22 +01:00
export(ax_labs)
2018-07-31 22:56:51 +02:00
export(ax_legend)
export(ax_markers)
2020-05-27 11:42:42 +02:00
export(ax_nodata)
2018-07-31 22:56:51 +02:00
export(ax_plotOptions)
2019-07-19 16:00:10 +02:00
export(ax_proxy_options)
2018-09-09 22:09:05 +02:00
export(ax_proxy_series)
2018-07-31 22:56:51 +02:00
export(ax_responsive)
export(ax_series)
2018-09-04 00:21:21 +02:00
export(ax_series2)
2018-07-31 22:56:51 +02:00
export(ax_states)
export(ax_stroke)
export(ax_subtitle)
export(ax_theme)
export(ax_title)
export(ax_tooltip)
export(ax_xaxis)
export(ax_yaxis)
2019-07-15 12:04:45 +02:00
export(ax_yaxis2)
2019-02-17 22:07:04 +01:00
export(bar_opts)
2023-02-22 10:45:29 +01:00
export(boxplot_opts)
2020-04-17 16:46:34 +02:00
export(bubble_opts)
2020-02-12 18:21:40 +01:00
export(config_update)
2019-02-17 22:07:04 +01:00
export(events_opts)
2020-03-04 16:52:37 +01:00
export(format_date)
2019-11-26 12:49:03 +01:00
export(format_num)
2019-02-17 22:07:04 +01:00
export(heatmap_opts)
2020-04-03 15:26:01 +02:00
export(label)
2020-12-03 10:32:50 +01:00
export(label_value)
2018-09-03 23:52:53 +02:00
export(parse_df)
2019-02-17 22:07:04 +01:00
export(pie_opts)
export(radialBar_opts)
2018-09-07 18:06:41 +02:00
export(renderApexchart)
2020-12-08 16:22:24 +01:00
export(renderApexfacet)
2021-01-04 12:02:48 +01:00
export(renderApexgrid)
2020-04-16 16:42:34 +02:00
export(renderSparkBox)
2020-07-27 09:26:28 +02:00
export(run_demo_input)
export(run_demo_sparkbox)
export(run_demo_sync)
2020-03-04 11:55:23 +01:00
export(set_input_click)
2020-07-27 18:55:31 +02:00
export(set_input_export)
2020-03-18 12:30:48 +01:00
export(set_input_selection)
2020-03-04 19:02:01 +01:00
export(set_input_zoom)
2020-04-04 18:38:12 +02:00
export(set_tooltip_fixed)
2020-04-16 16:42:34 +02:00
export(sparkBoxOutput)
export(spark_box)
2020-12-03 10:32:50 +01:00
export(vars)
2019-02-14 15:50:58 +01:00
importFrom(ggplot2,aes)
2020-12-03 10:32:50 +01:00
importFrom(ggplot2,label_value)
importFrom(ggplot2,vars)
2023-02-22 10:49:40 +01:00
importFrom(graphics,boxplot)
2022-12-01 15:38:15 +01:00
importFrom(htmltools,css)
2020-12-08 16:22:24 +01:00
importFrom(htmltools,renderTags)
importFrom(htmltools,resolveDependencies)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
2022-12-01 15:38:15 +01:00
importFrom(htmltools,validateCssUnit)
2019-06-12 17:29:40 +02:00
importFrom(htmlwidgets,JS)
2021-02-11 21:52:55 +01:00
importFrom(htmlwidgets,JSEvals)
2018-07-30 22:54:39 +02:00
importFrom(htmlwidgets,createWidget)
2020-12-08 16:22:24 +01:00
importFrom(htmlwidgets,getDependency)
2018-07-30 22:54:39 +02:00
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
2020-03-19 10:00:35 +01:00
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
2020-07-26 18:38:18 +02:00
importFrom(rlang,"!!")
2021-11-17 11:45:05 +01:00
importFrom(rlang,"%||%")
2019-02-18 20:29:34 +01:00
importFrom(rlang,as_label)
2019-02-14 15:50:58 +01:00
importFrom(rlang,eval_tidy)
2020-12-03 10:32:50 +01:00
importFrom(rlang,is_function)
2022-12-01 11:51:52 +01:00
importFrom(rlang,is_list)
2020-10-02 09:51:39 +02:00
importFrom(rlang,is_named)
2020-12-03 10:32:50 +01:00
importFrom(rlang,is_null)
2023-08-23 10:42:59 +02:00
importFrom(rlang,quo)
importFrom(rlang,quos)
2020-04-16 16:42:34 +02:00
importFrom(rlang,sym)
importFrom(rlang,syms)
2020-12-08 16:22:24 +01:00
importFrom(shiny,createRenderFunction)
importFrom(shiny,createWebDependency)
importFrom(shiny,exprToFunction)
2020-03-04 15:14:02 +01:00
importFrom(shiny,getDefaultReactiveDomain)
2020-03-04 19:02:01 +01:00
importFrom(shiny,registerInputHandler)
2020-04-15 19:32:15 +02:00
importFrom(shiny,shinyAppFile)
2020-12-08 16:22:24 +01:00
importFrom(shiny,uiOutput)
2020-08-11 09:41:30 +02:00
importFrom(stats,complete.cases)
2020-07-26 18:38:18 +02:00
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,predict)
2018-12-18 18:02:09 +01:00
importFrom(stats,setNames)
2018-07-31 22:56:51 +02:00
importFrom(utils,modifyList)