Add help page

This commit is contained in:
Elias Projahn 2022-12-16 14:10:08 +01:00
parent c6116d363c
commit a046ed67c4
3 changed files with 75 additions and 0 deletions

7
R/ui.R
View file

@ -213,6 +213,13 @@ ui <- function(custom_dataset = NULL) {
plotly::plotlyOutput("gsea_plot_ranking", height = "600px")
)
),
tabPanel(
title = "Help",
div(
class = "container",
includeMarkdown(system.file("content", "help.md", package = "ubigen"))
)
),
tabPanel(
title = "API access",
div(