#' To get unique #' @param x the input vector #' @export #' BioCG_get_unique <- function(x){ x_1 <- unique(x) return(x_1) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.