#' @title getResultList
#' @description Get the list of result type
#' @export getResultList
#' @examples getResultList()
getResultList <- function()
{
print('1 - head')
print('2 - readopen')
print('3 - peakopen')
print('4 - spotopen')
print('5 - foreread')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.