R/open_dashboard.R

Defines functions open_dashboard

Documented in open_dashboard

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"
  )
}

Try the DSjobtracker package in your browser

Any scripts or data that you put into this service are public.

DSjobtracker documentation built on Dec. 15, 2020, 5:31 p.m.