Skip to content

Latest commit

 

History

History
 
 

048-including-html-text-and-markdown-files

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

It's possible to include files with HTML, text, or Markdown content in a Shiny app.

HTML files will be included as-is, text files will have characters escaped, and Markdown files will be processed into HTML with the markdown package before inclusion.

Be sure to look at the full source code for this app, since it has files other than ui.R and server.R.