You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 line
1.1KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/frappeChart.R
  3. \name{frappeChart-shiny}
  4. \alias{frappeChart-shiny}
  5. \alias{frappeChartOutput}
  6. \alias{renderFrappeChart}
  7. \alias{updateFrappeChart}
  8. \title{Shiny bindings for frappeChart}
  9. \usage{
  10. frappeChartOutput(outputId, width = "100\%", height = "400px")
  11. renderFrappeChart(expr, env = parent.frame(), quoted = FALSE)
  12. updateFrappeChart(inputId, data, session = shiny::getDefaultReactiveDomain())
  13. }
  14. \arguments{
  15. \item{outputId}{output variable to read from}
  16. \item{width, height}{Must be a valid CSS unit (like \code{'100\%'},
  17. \code{'400px'}, \code{'auto'}) or a number, which will be coerced to a
  18. string and have \code{'px'} appended.}
  19. \item{expr}{An expression that generates a frappeChart}
  20. \item{env}{The environment in which to evaluate \code{expr}.}
  21. \item{quoted}{Is \code{expr} a quoted expression (with \code{quote()})? This
  22. is useful if you want to save an expression in a variable.}
  23. }
  24. \description{
  25. Output and render functions for using frappeChart within Shiny
  26. applications and interactive Rmd documents.
  27. }