######## Shiny APP ########
### TerraShip ###
#'to help search, submit, monitor workflows
#'@import shiny
#'@export
runTerraShip<-function(){
myfile = system.file("shinyApps/TerraShipApp.R",package="TerraPlane")
source(myfile)
TerraShip()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.