basicPage(
h2('Immediate output here'),
verbatimTextOutput('fast'),
h2('Delayed output comes after the page is ready'),
verbatimTextOutput('slow'),
plotOutput('slow_plot')
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.