Package needed for loading html file:

{r echo=FALSE, results=‘asis’}

library(shiny)

includeHTML(“/Users/nnthieu/fastqs/SRR576933_Quality Check.html”)

## Warning: `includeHTML()` was provided a `path` that appears to be a complete HTML document.
## ✖ Path: /Users/nnthieu/fastqs/SRR576933_Quality Check.html
## ℹ Use `tags$iframe()` to include an HTML document. You can either ensure `path` is accessible in your app or document (see e.g. `shiny::addResourcePath()`) and pass the relative path to the `src` argument. Or you can read the contents of `path` and pass the contents to `srcdoc`.
SRR576933_Quality Check