项目作者: TanShengRong

项目描述 :
CZ4073 Data Science for Business Assignment 4
高级语言: R
项目地址: git://github.com/TanShengRong/Cryptocurrency-Forecast.git
创建时间: 2019-04-08T20:04:32Z
项目社区:https://github.com/TanShengRong/Cryptocurrency-Forecast

开源协议:MIT License

下载


DSBees

R Shiny dashboard to analyze top 10 cryptocurrencies and forecast their price.

Prerequisites

  • R

  • Some R packages

  1. library(shiny)
  2. library(tidyverse)
  3. library(dygraphs)
  4. library(xts)
  5. library(rvest)
  6. library(lubridate)
  7. library(forecast)
  8. library(shinythemes)
  9. library(DT)

Deployment

A live working demo can be found here

Limited server hours on shinyapps io. Might be down sometimes.

Built With

  • R - The Statistical Computing Program used

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Group Members

Acknowledgments