#' Has graph
#'
#' Check whether an object has a particular graph.
#' @param graph_keys The names of specific graphs to extract.
#' @inheritParams converters
has_graph <- function(obj,
graph_keys,
verbose = TRUE){
g <- get_obsp(obj = obj,
verbose = verbose)
graph_keys %in% names(g)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.