Nothing
#' @title Count the number of chains in ImmunData
#'
#' @param x ImmunData object.
#' @param ... Not used.
#' @param wt Not used.
#' @param sort Not used.
#' @param name Not used.
#'
#' @concept operations
#'
#' @exportS3Method dplyr::count
count.ImmunData <- function(x, ..., wt = NULL, sort = FALSE, name = NULL) {
checkmate::check_r6(x, "ImmunData")
x$annotations |> count()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.