how to call different input arguments for different functions in Shiny

If you study my example you should come to understand the approach...
Also please understand from it that it is a reprex or reproducible example. Unfortunately in your own code share there are two problems.

  1. you provide too much. There are libraries included that are not used. If you have no problem with large part of your app then... why include it in your request for help. Limit your request to help to your own example which is no larger than to contain your problem
  2. you provide too little. You source your functions so we don't see their definitions. Any example for assistance debug here should provide data and all necessary parts to run and so in principle can be demonstratably fixed.

I hope you understand . You can find a guide to good reprex here.
FAQ: How to do a minimal reproducible example ( reprex ) for beginners

1 Like