#' Start HIDAP
#'
#' Starting HIDAP (a shiny application)
#'
#' @author Omar Benites Ivan Perez RIU
#' @export
start <- function(){
fp = system.file("hidap_agrofims", package = "hagrofims")
shiny::runApp(fp)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.