#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.