#' BarcodeMatcher
#'
#' My Barcode Matcher
#'
#' @docType package
#' @author clintko
#' @import Rcpp
#' @importFrom Rcpp evalCpp
#' @useDynLib BarcodeMatcher
#' @name BarcodeMatcher
NULL
#' Hello world. Basic Test function
#'
#' @export
#' @examples
#' hello()
hello = function() {
print("hello")
print(timesTwo(c(1,2,3)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.