Create an example Modular AreaPlot Shiny Application
Source:R/plotthis_AreaPlot_module_app.R
plotthis_AreaPlotApp.RdThis function generates a Shiny application with modular plotthis::AreaPlot() components.
A module is created for each data frame provided in the named list of data frames.
Examples
library(VizModules)
data_list <- list("sales" = example_sales, "population" = example_population)
app <- plotthis_AreaPlotApp(data_list)
if (interactive()) runApp(app)