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.
{
    browseURL(sprintf("https://bioconductor.org/packages/%s/csawUsersGuide/vignettes/csaw.pdf", BiocManager::version()))
}

Try the csaw package in your browser

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

csaw documentation built on Nov. 12, 2020, 2:03 a.m.