# ou can source from current dev folder :
source("./R/mod_import_data.R")
source("./R/mod_import_data_format.R")
# Or if you uncomment the line bellow, you can source from package folder :
# source(file.path(system.file(package = "triangle.tlbx"), "../R/mod_import_data.R"))
shinyApp(ui = fluidPage(shinyjs::useShinyjs(), mod_import_data_ui(NULL)), server = mod_import_data_server, options = list(port = 1995))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.