knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
```{css echo=FALSE} / override pkgdown.css / .warning { color: #333; font-weight: normal; }
[Bootstrap](https://getbootstrap.com/) is a popular HTML, CSS and JS framework. It has made its way into the world of R in many forms, perhaps most notably via [R Markdown](https://rmarkdown.rstudio.com/) and [R Shiny](https://shiny.rstudio.com/). `mayotheme` contains a customized Bootstrap theme, making it easy to integrate into your own documents and applications. The preview below is based on the work of [Bootswatch](https://bootswatch.com/). These components can be used whether you are creating a static report, interactive documents, or a full application. For more details on how, please reference the Bootsrap and R Shiny documentation. ```r demo <- system.file("bootstrap_demo.html", package = "mayotheme") htmltools::includeHTML(demo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.