Nothing
#' Dataset of different seaports
#'
#' A dataset containing the country, country code, city, city code, and coordinates of seaports
#'
#' @usage data(seaports)
#' @format A data frame with 8736 rows and 7 variables:
#' \describe{
#' \item{country}{Name of the country with the port}
#' \item{city}{Name of the city with the port}
#' \item{country_code}{Code of the country name}
#' \item{port_code}{Code of the city port}
#' \item{latitude}{Latitude of the port}
#' \item{longitude}{Longitude of the port}
#' }
#' @source \url{https://www.kaggle.com/therohk/world-seaport-airport-dataset-and-codes/script}
"seaports"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.