#' List methods
#'
#' @details
#' List methods available in the library
#'
#' @export
list.methods <- function(){
everything <- sort(getNamespaceExports("ensembleFS"))
message("All feature selection algorithm wrappers in benchmarkFS:\n")
print(everything[grepl(pattern="^[f]s", everything)])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.