#' Building height data
#'
#' Heights and other data on the world's 76 tallest buildings.
#'
#' @format A data frame with 76 rows and 6 variables.
#' \describe{
#' \item{building}{Name of the building}
#' \item{city}{Home city of the building}
#' \item{country}{Home country of the building}
#' \item{height}{Height of the building, in feet}
#' \item{floors}{Number of floors}
#' \item{year}{Year the building was built}
#' }
#'
#' @source Wikipedia.
#' \url{https://en.wikipedia.org/wiki/List_of_tallest_buildings#Tallest_buildings_in_the_world}
"buildings"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.