Skip to content

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

Notifications You must be signed in to change notification settings

cseHdz/ski-lodge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages