GitXplorerGitXplorer
s

shiny-introduction

public
3 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
25ae802a744309ed207b57ea568b376177a057e4

Merge pull request #1 from stulacy/feature/update-bioinformatics-meeting

sstulacy committed 3 years ago
Unverified
918cca08b5860b69069553bd443a7b6f9d510fe5

Additional tweaks

sstulacy committed 3 years ago
Unverified
aa12e49ed3c87bff320d88b01b0291d0b69fcb0f

Updated slides for Bioinformatics seminar

sstulacy committed 3 years ago
Unverified
5f7fe48fcd657b4f4158ccaa0e654ebcb223b6df

Fix

sstulacy committed 4 years ago
Unverified
2f267c2f3581f21547a17dc00cc2438c02474d6f

Added example 7

sstulacy committed 4 years ago
Unverified
98368197cf7408535805d8ecd812bc9e79cc6df1

More detail

sstulacy committed 4 years ago

README

The README file for this repository.

shiny-introduction

Slides and code examples from my Research Coding Club tutorial on Building Interactive Web-apps in R with Shiny on 2021-02-17, which was later presented to the Bioinformatics monthly meeting on 2022-03-02.

This talk will introduce Shiny as a tool for making web-apps using R, provide examples of how this can help you share your research, and provide you with the skills required to get a basic web-app up and running by the end of the talk.

To follow along with the code examples during the tutorial, clone this repository onto your computer. You can either do this the usual way, or you can do it from within RStudio by clicking:

File -> New Project -> Version Control -> Git -> Repository URL: https://github.com/stulacy/shiny-introduction.git

It's worth pulling the repo just before the talk in case I make any last minute changes (in RStudio, when the project is open click the blue down arrow in the top right Git panel).