Skip to content

Commit

Permalink
more subtle changes to description in ui.r
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Dec 18, 2012
1 parent 40aeb8a commit cfbcd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui.r
Expand Up @@ -6,7 +6,8 @@ shinyUI(pageWithSidebar(
highly experimental. Shiny has prebuilt functions with plotOutput
for delivering R plots through .png, but sometimes we might like to deliver more than .png.
Ideally, we could use knitr's knit2pdf function to access the power of latex
to build a multi-page pdf real-time and then send it to the browser."),
to build a multi-page pdf real-time and then send it to the browser. This example
unfortunately only uses pdf() instead of knit2pdf()."),
downloadLink('downloadPdf', 'Download Performance File')
),
mainPanel(
Expand Down

0 comments on commit cfbcd2a

Please sign in to comment.