Nothing
#'Load Encyclopedia
#'
#'@description This function loads Data Visualisation Geometries Encyclopedia Book
#'
#'@importFrom utils browseURL
#'@return Opens Data Visualisation Geometries Encyclopedia Book on your browser
#'@export
#'@example
#'load_encyclopedia()
load_encyclopedia <- function() {
url <- "https://thiyangt.github.io/geom.encyclopedia/"
# Open the URL in the default web browser
utils::browseURL(url)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.