Add brushOptions and hoverOptions functions

Also clean up help for imageOutput and plotOutput, and add examples.
This commit is contained in:
Winston Chang
2015-03-11 15:37:22 -05:00
parent e3af622a36
commit 48f03e79e2
10 changed files with 587 additions and 202 deletions

View File

@@ -35,6 +35,7 @@ export(as.shiny.appobj)
export(basicPage)
export(bootstrapPage)
export(br)
export(brushOptions)
export(checkboxGroupInput)
export(checkboxInput)
export(code)
@@ -67,6 +68,7 @@ export(h5)
export(h6)
export(headerPanel)
export(helpText)
export(hoverOptions)
export(hr)
export(htmlOutput)
export(icon)