R/set6.news.R

Defines functions set6News

Documented in set6News

#' @title Show set6 NEWS.md File
#' @description Displays the contents of the NEWS.md file for viewing set6
#' release information.
#' @return NEWS.md in viewer.
#' @examples
#' set6News()
#' @export
# nocov start
set6News <- function() {
  file.show(file.path(system.file(package = "set6"), "NEWS.md"),
    title = "set6 Changelog"
  )
}
# nocov end

Try the set6 package in your browser

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

set6 documentation built on Oct. 18, 2021, 5:06 p.m.