Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

31 line
990B

  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. \title{Shiny bindings for frappeChart}
  8. \usage{
  9. frappeChartOutput(outputId, width = "100\%", height = "400px")
  10. renderFrappeChart(expr, env = parent.frame(), quoted = FALSE)
  11. }
  12. \arguments{
  13. \item{outputId}{output variable to read from}
  14. \item{width, height}{Must be a valid CSS unit (like \code{'100\%'},
  15. \code{'400px'}, \code{'auto'}) or a number, which will be coerced to a
  16. string and have \code{'px'} appended.}
  17. \item{expr}{An expression that generates a frappeChart}
  18. \item{env}{The environment in which to evaluate \code{expr}.}
  19. \item{quoted}{Is \code{expr} a quoted expression (with \code{quote()})? This
  20. is useful if you want to save an expression in a variable.}
  21. }
  22. \description{
  23. Output and render functions for using frappeChart within Shiny
  24. applications and interactive Rmd documents.
  25. }