• Excel Tool to R-Shiny App
  • 1 Introduction
    • Overview
    • Objectives
  • 2 Calculations in R
    • Inputs
    • Calculations
    • Outputs
  • 3 Translating R codes into Shiny
    • 3.1 UI and Server
      • UI codes
      • Server Logic codes
    • 3.2 Reactivity
    • 3.3 Inputs
    • 3.4 Outputs
      • Interactive datatables via DT
      • Figures generated by ggplot2
      • HTML widgets
    • 3.5 Layout
      • Sidebar layout
      • Navigation bar layout
      • Dashboard layout
    • 3.6 Deploy as Online Application
  • 4 Tips: from Excel tool to Shiny
    • 4.1 Excel-like functions
    • 4.2 Read Variables from csv file
    • 4.3 Multiple Scenarios in Columns
    • 4.4 Generating a Report
    • 4.5 Login via Gmail
    • 4.6 Cloud database via MongoDB
    • 4.7 Google Analytics
    • 4.8 Custom Layout, Colors, and HTML modifications
  • 5 Our project examples
    • 5.1 Automatic Calf Feeder
    • 5.2 Milking Robot vs Parlor
    • 5.3 Dairy Visual Benchmark
    • 5.4 Dairy Geography
  • 6 More on R coding and tutorials
    • Shiny Examples
    • Shiny Resources
    • R Resources
  • 7 Contact
    • Kota Minegishi
    • Johnathan Nault
  • Published with bookdown

Excel Tool to R-Shiny App

6 More on R coding and tutorials

Shiny Examples

RStudio shiny gallery

Shiny Resources

R and Shiny cheat sheets

Rstudio’s shiny tutorial

DataCamp’s shiny tutorial

Tutorial by Dean Attali, slides, & tips

R Resources

Quick R

ModernDive

Author’s R Tutorial site

Exploratory Data Analysis in R