R/csawUsersGuide.R

Defines functions csawUsersGuide

Documented in csawUsersGuide

#' @export
#' @importFrom utils browseURL
csawUsersGuide <- function()
# Show the csaw user's guide 
# 
# written by Aaron Lun.
{
    thing <- BiocStyle::Biocbook("csawBook")
    target <- sub(".*\\((.*)\\).*", "\\1", thing)
    browseURL(target)
}
LTLA/csaw documentation built on Dec. 11, 2023, 5:11 a.m.