######## Shiny APP ########
### TerraPlane ###
#'to help filter dockstore to find methods
#'@import shiny
#'@export
runTerraPlane<-function(){
myfile = system.file("shinyApps/TerraPlaneApp.R",package="TerraPlane")
source(myfile)
TerraPlane()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.