Description Usage Arguments Value Examples
View source: R/assertAllAreValidNames.R
Assert All Are Valid Names
1 2 3 4 5 6 7 8 9 | assertAllAreValidNames(object)
assertHasValidDimnames(object)
assertHasValidNames(object)
validDimnames(object)
validNames(object)
|
object |
Object. |
Always stop on error.
1 2 3 4 5 6 7 8 9 | assertAllAreValidNames(c("sample1", "sample2"))
validDimnames(datasets::mtcars)
validNames(c(
"sample_1",
"gene_1",
"293cells",
"cell-AAAAAAAA",
"GFP+ sort"
))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.