#' Flightsanalysis Package
#'
#' This is a package for the 'Coding for Data Science and Data Management - R module' course
#' at UNIMI. It contains 4 functions to analyze 2013 New York flights data:
#' * analyze(): the main function of the package that analyzes data for American Airlines flights.
#' * catch(): to retrieve flights data frame.
#' * runEXP(): to launch an interactive interface to explore data.
#' @md
#'
#' @name flightsanalysis
#' @docType package
#'
#' @author Luca Cerabone \email{luca.cerabone@studenti.unimi.it}
#'
#' @import readr
#' @import ggplot2
#' @import shiny
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.