#' Vortex data set.
#'
#' A data set containing random data for the vortex art series
#'
#' @format A tibble with 250 rows and 3 variables:
#' \describe{
#' \item{id}{id value}
#' \item{value}{random integer}
#' \item{type}{type for colour}
#' }
#' @source \url{https://github.com/nrennie/aRtData/tree/main/R/generate_vortex.R}
"vortex"
#' Waves data set.
#'
#' A data set containing random data for the waves art series
#'
#' @format A tibble with 15708 rows and 2 variables:
#' \describe{
#' \item{x}{x coordinate}
#' \item{y}{y coordinate}
#' }
#' @source \url{https://github.com/nrennie/aRtData/tree/main/R/generate_waves.R}
"waves"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.