#' Country data
#'
#' Random contry data for example and testing purposes.
#'
#' @format A data.frame of 3,666 observations
#' \describe{
#' \item{\code{from}}{ edge source}
#' \item{\code{to}}{ edge target}
#' \item{\code{value}}{ value of edge}
#' }
#' @source \url{https://github.com/syt123450/giojs/blob/master/examples/data/sampleData.json}
"country_data"
#' Continent data
#'
#' Random continent data for example and testing purposes.
#'
#' @format A data.frame of 3,666 observations
#' \describe{
#' \item{\code{from}}{ edge source}
#' \item{\code{to}}{ edge target}
#' \item{\code{value}}{ value of edge}
#' }
"continent_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.