Coder Social home page Coder Social logo

fishnick62 / shinyoverview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mcsiple/shinyoverview

0.0 0.0 0.0 38.44 MB

Scripts for a presentation on shiny and its utility. There are several lessons in here and we won't get to all of them!

JavaScript 14.69% R 1.55% CSS 5.04% HTML 57.89% Less 9.93% SCSS 10.90%

shinyoverview's Introduction

Introduction to Shiny

Scripts for a presentation on Shiny and its utility. The presentation and material have been adapted for many different uses-- hopefully yours is below!

Slides for various presentations are linked below.


If you want to try out the app examples, install the following packages:

# Basics
library(tidyverse)
library(kableExtra) # nice tables

# Shiny
library(shiny)
library(shinythemes) # bootstrap themes

# Interactive plots
library(plotly) 

# Making tutorials
library(learnr) # interactive tutorials
# remotes::install_github("rstudio-education/gradethis")
library(gradethis)

# Visualizing reactivity
library(reactlog)

This talk will introduce Shiny and its glorious abilities, with the assumption that you have heard of Shiny but haven't necessarily used it yet. Because there are tons of great examples online, I have highlighted tools that I have found useful and fun. The talk structure will be, more or less:

  1. The building blocks: basic shiny functionality
  2. Getting data into and out of shiny
  3. Lessons I learned during the app development process

These latter two sections are optional but materials are included for you to explore on your own:

  1. Translating shiny apps using {shiny.18n}
  2. Shiny as a teaching tool using {learnr}

shinyoverview's People

Contributors

mcsiple avatar margaretsiple-noaa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.