#' Multiply by 100 or not
#'
#' @param IRoutput
#'
#' @return
#' @export
#'
#' @examples
mult100 <- function(IRoutput){
if ("allele_frequency" %in% colnames(IRoutput) | "allele_fraction" %in% colnames(IRoutput)){
return(TRUE)
}else{
return(FALSE)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.