#' @export
list.methods <- function(){
everything <- sort(getNamespaceExports("benchmarkFS"))
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.