#' Function that returns list of available methods.
#'
#' @name availableMethods
#' @param A Dummy parameter.
#' @param B Dummy parameter.
#' @return List of available methods.
#' @examples
#' availableMethods()
#' @export
availableMethods <- function(A, B)
{
c("sqrt")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.