#' Monthly tourist arrivals to Sri Lanka
#'
#' @description Monthly tourist arrivals to Sri Lanka.
#' There was a civil war in the country from July 1983 to May 2009.
#' Sri Lanka Easter bombings happened on 21 April 2019.
#' On 26 December 2004, Sri Lanka became a victim of the Indian Ocean Tsunami.
#' @format Time series of class tsibble
#' \describe{
#' \item{Month}{Year and Month}
#' \item{Arrivals}{Tourist arrivals}
#'}
#'
#' @source Annual Statistical Reports, Sri Lanka Tourism Development Authority
#'
#' @author Priyanga Dilini Talagala
#'
#' @examples
#' library(fable)
#' library(magrittr)
#' head(touristsl_monthly)
#' touristsl_monthly[433:588,] %>% autoplot()
"touristsl_monthly"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.