#' Quality control metrics
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `data.frame`
#'
#' @examples
#' showMethods("metrics")
setGeneric(
name = "metrics",
def = function(object, ...) {
standardGeneric("metrics")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.