This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A shiny app for monitoring a stock portfolio and comparing stock performance | |
# January 2021 | |
# Peer Christensen | |
# [email protected] | |
library(shiny) | |
library(shinyWidgets) | |
library(shinythemes) | |
library(plotly) | |
library(tidyverse) |