Hello,
I'm working on creating a dashboard and I would like to find a way to automate the process.
I'm able to automate the process at the moment if, for example, I create a 2*2 dashboard. I use the script again to make another 2*2 dashboard.
The question is: how can automate a process to create a dashboard that shrinks and expand whenever applicable. For example: if I provide 2 plots It will do a 2*1 dashboard. if 6, it will create a 2*3 table and so on. In short it will create a M*N dashboard automatically.
In the code of dashboards; the main issues I'm having when switching from a dashboard size to another is the "Organize" and "Initialize" pieces of codes. Maybe it is the key to the answer ? I'm not sure.
Your help is appreciated.