9.4 Downloading data

Diagram of data download functionality

We can allow the user to download a file containing data based on their exploration of an application.

  • provide functionality to download a tab separated file (e.g., .csv; .tsv)
  • provide functionality to download any type of content (e.g., png)

9.4.1 Observe this in action

  • Check out the app-download-data.R example