#'Air Passengers
#'
#'@description This dataset contains the number of monthly air passengers from
#'1949 to 1960. It is taken from the R datasets package and formatted into long
#'data frame format.
#'@name AirPassengersDf
#'@docType data
#'@usage data("AirPassengersDf")
#'@format A data frame with 142 rows and 2 columns (Month and Passengers).
#' @examples
#' data("AirPassengersDf")
#' head(AirPassengersDf)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.