R/open_guide.R

Defines functions open_guide

Documented in open_guide

#' @title Goes to the Programming with Data Guide
#'
#' @return
#' @export
#'
open_guide <- function() {
  utils::browseURL("https://progdata-guide.netlify.app/")
}
bwiernik/progdata documentation built on Feb. 1, 2021, 2:33 a.m.