#' RM2C2dev
#' @name get_unique_values
#' @export
#' @param col class: vector
#' @examples
#' get_unique_values(data$dates)
get_unique_values <- function(data) {
return(c(na.omit(unique(data))))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.