Skip to content

Commit

Permalink
Tweaked list
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Sep 18, 2024
1 parent e965da4 commit f1a783b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RShiny/lessons/04_uploading_downloading_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,10 @@ Step 1. Write the UI with the appriopriate `fileInput()`, `selectInput()`, `plot

Step 2. Write the server side with:

1. A `reactive()` function for reading in the CSV file
2. A `reactive()` function to create the ggplot figure
3. A `renderPlot()` function to render the ggplot figure from the reactive expression
4. A `downloadHandler()` function for downloading the image
1. A `reactive()` function for reading in the CSV file
2. A `reactive()` function to create the ggplot figure
3. A `renderPlot()` function to render the ggplot figure from the reactive expression
4. A `downloadHandler()` function for downloading the image

The app will look like:
<p align="center"><iframe src="https://hcbc.connect.hms.harvard.edu/Plot_upload_download_exercise/?showcase=0" width="800" height="700px" data-external="1"></iframe></p>
Expand Down

0 comments on commit f1a783b

Please sign in to comment.