No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

21 líneas
387B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/frappeChart.R
  3. \name{frappeChart}
  4. \alias{frappeChart}
  5. \title{Create a Frappe Chart}
  6. \usage{
  7. frappeChart(
  8. data,
  9. type = c("line", "bar", "pie", "percentage", "heatmap"),
  10. title = "",
  11. ...,
  12. is_navigable = TRUE,
  13. width = NULL,
  14. height = 250,
  15. elementId = NULL
  16. )
  17. }
  18. \description{
  19. Creates a Frappe Chart
  20. }