Skip to content

Commit 18435e7

Browse files
authored
Update 04_uploading_downloading_data.md
1 parent a2214cb commit 18435e7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

RShiny/lessons/04_uploading_downloading_data.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: "Uploading and dowloading data in RShiny"
3-
description: |
4-
This lesson introduces methods for handling file uploads and downloads within R Shiny applications. Participants will explore how to use reactive expressions, action buttons and the `isolate()` function to control reactivity. The lesson also covers implementing `fileInput()` for data uploads and `downloadHandler()` for exporting tables and plots. By the end, participants will be able to build interactive apps that allow users to upload their own datasets, visualize results and download outputs dynamically.
53
author:
64
- Will Gammerdinger
75
- Meeta Mistry
@@ -26,9 +24,6 @@ keywords:
2624
- ggplot2
2725
- DT tables
2826
license: "CC-BY-4.0"
29-
editor_options:
30-
markdown:
31-
wrap: 72
3227
---
3328

3429
## Learning Objectives

0 commit comments

Comments
 (0)