R Shiny dashboard to analyze top 10 cryptocurrencies and forecast their price.
-
R
-
Some R packages
library(shiny)
library(tidyverse)
library(dygraphs)
library(xts)
library(rvest)
library(lubridate)
library(forecast)
library(shinythemes)
library(DT)
A live working demo can be found here
Limited server hours on shinyapps io. Might be down sometimes.
- R - The Statistical Computing Program used
This project is licensed under the MIT License - see the LICENSE.md file for details