renderLineChart: Render a line Chart in shiny

Description Usage Arguments

View source: R/renderLineChart.R

Description

This function renders a line chart and should be called from server.R in a shiny application.

Usage

1
renderLineChart(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

an expression to rendered

env

environment, defaults to parent.frame().

quoted

logical, defaults to FALSE.


dropR documentation built on May 2, 2019, 6:12 a.m.

Related to renderLineChart in dropR...