#' listPages
#' @description Lists pages available in PCOSKBR2.
#' @usage \code{listPages()}
#' @return A \code{vector} of pages.
#' @author Omar Hassoun
#' @export
#'
#' @examples
#' \code{listPages()}
listPages = function()
{
pages = c("Genes", "miRNA", "Diseases", "miRNA Diseases", "SNPs", "Pathways", "Ontologies")
return(pages)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.