Skip to content

Instantly share code, notes, and snippets.

@PeerChristensen
PeerChristensen / stockPortfolioShiny
Created December 30, 2020 13:16
Code for s shiny app monitoring a stock portfolio and comparing stock performance
# A shiny app for monitoring a stock portfolio and comparing stock performance
# January 2021
# Peer Christensen
# hr.pchristensen@gmail.com
library(shiny)
library(shinyWidgets)
library(shinythemes)
library(plotly)
library(tidyverse)