Introduction
In the previous post we allowed users to choose a distribution and a plot type. Now, we want to allow users to download a .csv file of the data that is generated.
In the UI, we added a downloadButton with outputId = “download_data” …

Continue reading: Exploring Distributions …