#' @include tab3_function.r
NULL
#' extract_num
extract_num <- function(vectorInp){
as.numeric(str_extract(vectorInp, "[[:digit:]]"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.