Skip to content

Commit

Permalink
Merge pull request #16 from rundel/rundel-pr
Browse files Browse the repository at this point in the history
Shiny R Intro - PR
  • Loading branch information
mine-cetinkaya-rundel authored Feb 5, 2024
2 parents d37fdc1 + 2a09bc8 commit 985c81a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
Binary file added workshops/images/colin-rundel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 11 additions & 16 deletions workshops/shiny_r_intro.qmd
Original file line number Diff line number Diff line change
@@ -1,35 +1,30 @@
---
title: Shiny R intro (Details TBD)
title: Shiny R intro
author:
- name: Instructor 1 name
- name: Colin Rundel
affiliations:
- name: Instructor 1 affiliation
- name: Instructor 2 name (remove if single instructor)
affiliations:
- name: Instructor 2 affiliation
- name: Duke University
description: |
1-sentence summary of workshop.
categories: [add, comma, separated, categories]
Introduction to builing interactive web apps using Shiny and R
categories: [Shiny, R, reactivity, web apps]
---

# Description

Full workshop description goes here. Multi-paragraph ok.
Shiny is an R package that makes it easy to build interactive web apps straight from R. This workshop will start at the beginning: designing and creating user interfaces, learning and mastering the reactive model that connects your R code to the interface, and deploying apps publicly and privately. We will wrap up with some intermediate-level tools: debugging and modularizing your apps and implementing dynamic user interfaces. In the end, you’ll be a confident Shiny user, able to design interactive apps to achieve your purpose and produce a polished and professional implementation.

# Audience

This course is for you if you:

- list at least
* are comfortable with the basics of R, such as writing functions, indexing vectors and lists, debugging simple errors, and working with data structures like data frames,

- three attributes
* are interested in creating interactive web applications, and

- for your target audience
* have no or minimal experience with Shiny for R. If you have a bit of experience, you’ll see things in a new way. If you don’t, we’ll get you started on the right footing.

# Instructor(s)

| | | |
|------------------|------------------|------------------------------------|
| ![](images/name-lastname.jpg) | | Instructor bio, including link to homepage. |
|-------------------------------|-----|---------------------------------------------|
| ![](images/colin-rundel.jpg) | | [Colin Rundel](https://rundel.github.io/) is Associate Professor of the Practice at Duke University in the department of Statistical Science where he has been teaching since 2012. His work focuses on teaching statistical computing to both undergraduate and graduate students in both R and Python. He has been teaching and using Shiny since 2015. |

: {tbl-colwidths="\[25,5,70\]"}

0 comments on commit 985c81a

Please sign in to comment.