coef_ui_app<-function(){
###########
library(shiny)
shinyUI(fluidPage(
# Application title
titlePanel("Sensor Validation Coefficients"),
sidebarLayout(
sidebarPanel(
shiny::actionButton('dirsel',"Select Directory")
),
mainPanel(
)
)
))
###########
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.