项目作者: abernauer

项目描述 :
A shiny application intended to store fantasy baseball draft results
高级语言: HTML
项目地址: git://github.com/abernauer/Shiny_Fantasy_App.git
创建时间: 2019-02-10T01:56:33Z
项目社区:https://github.com/abernauer/Shiny_Fantasy_App

开源协议:

下载


Fantasy Baseball Draft Recap Shiny Application

A shiny application I created to store and display the draft results for my 2019 fantasy baseball league.
The app was a small project produced for a R studio internship application.

Project Organization

The Data/ directory contains a .Rmd file in which I cleaned the html data and transformed
it into a format that was acceptable for presenting in tables.

In the root directory the app.R file contains the actual code for the Shiny application.

Installation

Assuming you have Git on your system in the terminal run.

  1. git clone https://github.com/abernauer/Shiny_Fantasy_App.git

Usage

Assuming you have the Rstudio ide installed open the project you just cloned.
After opening the project within Rstudio click the ui button on the App.R file labeled run app.

The app should look like this myapp

Resources

For more info on shiny.