Skip to content

Commit 02887e2

Browse files
authored
Update 02_inputs.md
1 parent cb6b3c7 commit 02887e2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

RShiny/lessons/02_inputs.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: "Input functions in RShiny"
3-
description: |
4-
This lesson explores the wide variety of input widgets available in RShiny for building interactive applications. You’ll learn how to use and customize functions such as `textInput()`, `textAreaInput()`, `sliderInput()`, `selectInput()`, `radioButtons()`, checkboxes and date inputs. The lesson also covers conditional panels, input validation with `req()` and introduces the shinyWidgets package for enhanced user interface options. Practical examples demonstrate how to add, configure and validate user inputs in your Shiny apps.
53
author:
64
- Will Gammerdinger
75
- Meeta Mistry
@@ -29,9 +27,6 @@ keywords:
2927
- widget arguments
3028
- UI
3129
license: "CC-BY-4.0"
32-
editor_options:
33-
markdown:
34-
wrap: 72
3530
---
3631

3732
# Learning Objectives

0 commit comments

Comments
 (0)