I am unable to create a Shiny App that:
- Takes as input: datafiles and plot specifications in csv file format.
- When pressing action button: runs all plots and saves them in a pre-specified folder (mentioned in the plot spec file) in a computer.
- While plots are running, I would like to display just the progress bar to the user.
Can someone kindly guide on Shiny app structure.
PS: Apologize for posting a conceptual query and not sharing any specific codes.