cseHdz / ski-lodge

This repository contains live visualizations in R Shiny using GoogleSheets as Persistent Storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ski Lodge

Requirements

Source Code: Data Preparation on R Markdown, Dashboard on RShiny

Libraries: googlesheets, readr, dplyr, ggplot2, shinydashboard

This project was created using R Studio.

Overview

This project provides a live visualization into the operations of a hypothetical ski lodge.

The focus is on a description of previous sales and prediction of future sales.

The live visualization can be found here.

Technical Overview

The deployment of this project is based on R Shiny's live platform. Refer to the documentation here to build your own.

For persitent storage, this project leverages the GoogleSheets library. Refer to the documentation here to learn how.

To connect R with the GoogleSheet use:

gs_data <- gs_key("COPY KEY FROM REGULAR SHARE LINK HERE", lookup = FALSE, visibility = "private")

Note: The persistent storage requires the sheet to be shared as public.

Credits

All fonts are sourced from FontAwesome v4.7.

About

This repository contains live visualizations in R Shiny using GoogleSheets as Persistent Storage.


Languages

Language:HTML 97.5%Language:R 2.5%