#' GAPIT3documentation
#'
#' @return a list
#' @export
#'
#' @examples
#' GAPIT3documentation()
#'
GAPIT3documentation <- function(){
# cat("It works!\n")
cat("Welcome to GAPIT3!\n")
cat('See:\n\tbrowseVignettes("GAPIT3documentation")\n\nfor documentation.\n')
# print('See: browseVignettes("GAPIT3documentation")')
# browseVignettes("GAPIT3documentation")
return(invisible(NULL))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.