#' @title Geography database
#'
#' @name geography
#'
#' @description A very simple database of geographic information.
#'
#' @format Data frames:
#' \describe{
#' \item{city}{contain information about cities around the world,}
#' \item{country}{contain information about countries,}
#' \item{country_language}{contain information about languages used in countries.}
#' }
#'
NULL
#' @title Information about cities
#'
#' @name city
#'
#' @format Column names:
#' \describe{
#' \item{col_name1}{}
#' \item{col_name2}{}
#' }
NULL
#' @title Information about countries
#'
#' @name country
#'
#' @format Column names:
#' \describe{
#' \item{col_name1}{}
#' \item{col_name2}{}
#' }
NULL
#' @title Information about languages
#'
#' @name country_language
#'
#' @format Column names:
#' \describe{
#' \item{col_name1}{}
#' \item{col_name2}{}
#' }
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.