knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of flights.dashboard is to apply some of what is explained on the fantastic book Engineering Production-Grade Shiny Apps by Colin Fay, Sébastien Rochette, Vincent Guyader and Cervan Girard, using as basis the post A beginner's guide to Shiny modules by Emily Riederer.
See "How this app/package was created?" for more details.
The end result can be seen on https://ggpinto.shinyapps.io/flights/.
Or you can also install the the application from GitHub with:
# install.packages("devtools") devtools::install_github("ggpinto/flights.dashboard")
And then run it locally with:
flights.dashboard::run_app()
Please note that the flights.dashboard project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.