R/data.R

#' 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"
JohnCoene/gior documentation built on March 6, 2020, 1:07 a.m.