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
xoopR/set6 documentation built on Sept. 2, 2023, 4:45 a.m.