Skip to content

TanShengRong/Cryptocurrency-Forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSBees

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

Prerequisites

  • R

  • Some R packages

library(shiny)
library(tidyverse)
library(dygraphs)
library(xts)
library(rvest)
library(lubridate)
library(forecast)
library(shinythemes)
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

About

CZ4073 Data Science for Business Assignment 4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages