R/read-paper.R

Defines functions read_paper

Documented in read_paper

#' Read the paper
#'
#' This function will open the published paper in the journal website for you to read it in your default browser.
#'
#' @export
#'
#' @examples
#' read_paper()
#'
#' @importFrom utils browseURL
read_paper <- function() {
  browseURL(url = "https://journals.lww.com/acsm-msse/Abstract/9000/Effectiveness_of_HIIE_versus_MICT_in_Improving.96194.aspx")
}

Try the metabolic package in your browser

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

metabolic documentation built on Oct. 10, 2023, 9:06 a.m.