R/explore.R

Defines functions explore

Documented in explore

#' Explore pharmaverse homepage
#'
#' @return The function is executed for its side-effects
#' @export
#'
#' @examples
#' \dontrun{
#' pharmaverse::explore()
#' }
explore <- function() {

  # Return guest to homepage
  httr::BROWSE(url = "https://pharmaverse.org/")

}

Try the pharmaverse package in your browser

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

pharmaverse documentation built on March 31, 2023, 11:47 p.m.