#' Match sample identifier column
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character(1)`.
#'
#' @examples
#' showMethods("matchSampleColumn")
setGeneric(
name = "matchSampleColumn",
def = function(object, ...) {
standardGeneric("matchSampleColumn")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.