Skip to content

Web App Dashboard for Investment Portfolio Built with R Shiny Package

Notifications You must be signed in to change notification settings

QueAnhHa/Portfolio-Dashboard-with-R-Shiny

Repository files navigation

Portfolio-Dashboard-with-R-Shiny

Web App Dashboard for Investment Portfolio Built with R Shiny Package

Prequisites and Installation

  • You need R and RStudio for this project:

    Link to download R: https://www.r-project.org

    Link to download RStudio Free Version: https://www.rstudio.com/products/rstudio/download/

  • R packages required:

    install.packages("shiny")
    install.packages("shinydashboard")
    install.packages("ggplot2")
    
  • 3 CSV files provided in the project repo:

    Monthly_Performance.csv , Portfolio_Cumulative_Gain.csv and Stock_Portfolio_Snapshot.csv

    These three csv are real investment portfolio data from RIT Financial Management Association in 2017.

    You can import directly these csv files into the file if you put them in the same folder with the script App.r

Screenshot of Portfolio Dashboard

Running App.r script will generate this dashboard for you.

Screenshot

About

Web App Dashboard for Investment Portfolio Built with R Shiny Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages