Giter Club home page Giter Club logo

epl_ma_crossover's Introduction

English Premier League Moving Average Crossover

Overview

The ‘EPL_MA_Crossover’ repository hosts the code for my English Premier League Moving Average Crossover Shiny app.

App Description

The Shiny app currently only displays one tab, namely the ‘Moving Average Crossover’ tab, which shows the moving average crossover plot of the selected team, metric, and moving averages lengths.

Project Structure

This project is an R Shiny app which contains:

  • setup.R: Script containing packages and other setup materials.
  • global.R: Script for the global environment in the Shiny application.
  • ui.R: Script for the user interface in the Shiny application.
  • server.R: Script for the server logic in the Shiny application.
  • R/: Directory of the main functions used in the project.

Documentation

The main functions in this repo is documented with roxygen2-style docstrings. Please use the docstring packages to view the documentation directly in RStudio’s help pane like so:

library(docstring)
docstring(create_crossover_plot)

Package Management

This project use the renv package for dependency management. After cloning you may run renv::restore() to re-install all of the packages as declared in the renv lockfile.

Resources

Football data is obtained directly from football-data.co.uk.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.