Nothing
open_dashboard <- function() {
#' Visualize the dataset in a dashboard
#' @description{
#' Opens the dashboard containing visualizations of the dataset. \cr
#'
#' The dashboard is hosted at \url{https://scs-fas-sjp.netlify.app/dsjobtrackervisualisation/dataviz}
#' }
#' @details The data wrangling dashboard was created by Jayani Lakshika
#' @examples
#' open_dashboard()
utils::browseURL(
"https://scs-fas-sjp.netlify.app/dsjobtrackervisualisation/dataviz"
)
}
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.