inst/app/tools/dose/help_modification.R

## option to change help_about
output$help_about <- renderUI({
  file.path(getOption("radiant.path.dose"),"app/tools/help/about.Rmd") %>% inclMD %>% HTML
})

## option to change help_video
output$help_videos <- renderUI({
  file.path(getOption("radiant.path.dose"),"app/tools/help/tutorials.Rmd") %>% inclMD %>% HTML
})
kmezhoud/radiant.dose documentation built on May 20, 2019, 12:50 p.m.