You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI for a download csv button has been created. Now the functionality to get the data that the plot is showing needs to be built into a function. The current code downloads a mock csv file.
The UI for a download csv button has been created. Now the functionality to get the data that the plot is showing needs to be built into a function. The current code downloads a mock csv file.
The UI for the download csv button is here:
cmip6-BC/app.R
Lines 143 to 144 in 275efda
The body of this function needs to be edited to return the actual plot data as a data frame. Currently it returns a mock data frame:
cmip6-BC/app.R
Lines 333 to 339 in 275efda
The download handler that calls the function above and converts the data frame to a downloadable csv is here:
cmip6-BC/app.R
Lines 629 to 637 in 275efda
All of the above needs to be uncommented. Only 3. needs to be edited.
The text was updated successfully, but these errors were encountered: