Skip to content

Commit cb6b3c7

Browse files
authored
Update 01_syntax_and_structure-shiny.md
1 parent eaaa1e6 commit cb6b3c7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

RShiny/lessons/01_syntax_and_structure-shiny.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: "Structure and Syntax in RShiny"
3-
description: |
4-
This lesson introduces R Shiny and guides you through the basic structure and syntax of Shiny web applications. You'll learn about the main components of a Shiny app: User Interface (UI), Server and the `shinyApp()` function. You'll create your first simple interactive application in R. The lesson covers setting up your R environment, writing and saving an `app.R` file, and understanding how UI and server interact through user inputs and outputs.
53
author:
64
- Will Gammerdinger
75
- Meeta Mistry
@@ -22,9 +20,6 @@ keywords:
2220
- renderText
2321
- introduction
2422
license: "CC-BY-4.0"
25-
editor_options:
26-
markdown:
27-
wrap: 72
2823
---
2924

3025
# Learning Objectives

0 commit comments

Comments
 (0)