inst/ez_app/app.R

library(ezplot)

data = tsibbledata::ansett

ui = ez_ui(data)

server = ez_server(data)

shinyApp(ui = ui,
         server = server)

Try the ezplot package in your browser

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

ezplot documentation built on Nov. 26, 2023, 5:07 p.m.