R/get_notes.R

Defines functions get_notes

Documented in get_notes

#' View the notes for the jrTidyverse course
#'
#' This function opens a browser to show the pdf of the
#'  handout notes. This way attendees can always get those notes back.
#'
#' @importFrom utils browseURL
#' @export
get_notes = function() {
  browseURL(system.file("main.pdf", package = "jrTidyverse"))
}
jr-packages/jrTidyverse documentation built on Oct. 11, 2020, 9:03 p.m.