Skip to content
Snippets Groups Projects
Commit d9eb45c1 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch 'Vizapp' into 'develop'

Vizapp

See merge request !50
parents 4a1ade47 bf3170ae
Branches
Tags
3 merge requests!59Develop,!58Develop,!50Vizapp
Pipeline #4824 passed with stages
in 2 minutes and 22 seconds
library(shiny)
library(shinyFiles)
setwd("../")
ui <- fluidPage(
includeHTML(Sys.glob("workflow/output/multiqc/*/multiqc_report.html"))
)
server <- function(input, output, session) {}
shinyApp(ui, server)
library(shiny)
library(shinyFiles)
function(input, output, session) {}
library(shiny)
library(shinyFiles)
setwd("../")
fluidPage(
includeHTML(Sys.glob("workflow/output/multiqc/*/multiqc_report.html"))
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment