R/rickroll.R

Defines functions bestThingEver

Documented in bestThingEver

#' Fun video to watch
#'
#' @import utils
#' @export
bestThingEver <- function() {
  browseURL("https://www.youtube.com/watch?v=oHg5SJYRHA0", browser = getOption("browser"))
}
DoodleBug278/maddyMisc documentation built on May 3, 2019, 1:26 p.m.