server/tutorial.R

################################################################################
################################################################################
######################################## Tutorial
################################################################################
################################################################################

output$show.Tutorial <- renderText({
    return(paste('<iframe style="height:900px; width:100%" src="',
                 ## file has to be in ./www/ directory
                 paste0("Thrombin_Analyzer_tutorial.pdf"),
                 '"></iframe>', sep = ""));
})  ## End of output$show.Tutorial
DmitryMarkovich/Thrombin_Analyzer documentation built on May 6, 2019, 2:50 p.m.