inst/examples/05_d3/app.R

library(shiny)

# Define server logic for random distribution app ----
server <- function(input, output) {

}

# Create Shiny app ----
shinyApp(ui = htmlTemplate("www/index.html"), server)

Try the phuse package in your browser

Any scripts or data that you put into this service are public.

phuse documentation built on March 26, 2020, 6:31 p.m.