shiny (version 0.9.1)

include: Include Content From a File

Description

Include HTML, text, or rendered Markdown into a Shiny UI.

Usage

includeHTML(path)

includeText(path)

includeMarkdown(path)

includeCSS(path, ...)

includeScript(path, ...)

Arguments

Details

These functions provide a convenient way to include an extensive amount of HTML, textual, Markdown, CSS, or JavaScript content, rather than using a large literal R string.