#' Available techniques
#' @description List techniques available for processing.
#' @examples
#' availableTechniques()
#' @return A character vector of techniques.
#' @export
availableTechniques <- function(){
c('GCMS-eRah','GCMS-XCMS','LCMS-NP','LCMS-RP')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.