Nothing
#' canceR Help
#' @usage canceRHelp()
#' @return html file with tutorial
#' @export
#'
#' @examples
#' \dontrun{
#' canceRHelp()
#'}
#'
`canceRHelp` <-
function() {
tkgrab.release(window)
helpIndex <- file.path(system.file(package="canceR"),"canceR.html")
if (interactive()) browseURL(helpIndex)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.