Skip to content

Instantly share code, notes, and snippets.

View rodmorley's full-sized avatar

Rod M rodmorley

  • Malta & Monaco
View GitHub Profile
@rodmorley
rodmorley / server.R
Created April 17, 2016 14:09 — forked from rbresearch/server.R
Shiny with Performance Analytics Example
library(shiny)
library(PerformanceAnalytics)
data(managers)
# Define server logic required to plot relative performance
shinyServer(function(input, output) {
# Use charts.PerformanceSummary from Performance Analytics package
# to generate a performance summary plot