check-scalar-hasSubset | R Documentation |
Does the object contain a subset of data?
hasSubset(x, metadata = "subset")
x |
|
metadata |
|
TRUE
on success;
FALSE
on failure, with cause set.
Updated 2023-09-29.
if (requireNamespace("SummarizedExperiment", quietly = TRUE)) {
data(RangedSummarizedExperiment, package = "AcidTest")
x <- RangedSummarizedExperiment
hasSubset(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.