Skip to content

zardadi/R-shiny-example-navbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-shiny-example-navbar

The data in air.csv relate to airline cancellations and delays for the year 2008. You can download the air.csv dataset from http://rtricks4kids.ok.ubc.ca/wjbraun/DS550/air.csv. It is too large to fit on the regular github repository. In order to read the data from air.csv into R, you will need to type:

air <- read.csv("air.csv")

summary(air)

head(air)

To run this shiny app, you will need to use ord.RData and airdf.RData data sets.

shrinking_air_dataset.R creates these two data sets ord.RData and airdf.RData from the original air.csv file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages