A shiny Module.
Examples
if (interactive()) {
base <- system.file("app/md", package = "MagellanNTK")
url <- file.path(base, "presentation.Rmd")
shiny::runApp(insert_md(url))
}
A shiny Module.
if (interactive()) {
base <- system.file("app/md", package = "MagellanNTK")
url <- file.path(base, "presentation.Rmd")
shiny::runApp(insert_md(url))
}