R/open_guide.R

Defines functions open_guide

Documented in open_guide

#' @title Goes to the Data Science and Programming Guide
#'
#' @return
#' @export
#'
open_guide <- function(){
  browseURL("https://progdata-guide.netlify.app/")
}
wesley4546/progdata documentation built on Jan. 25, 2021, 5:44 a.m.