batch_names | R Documentation |
Given an index return the name of the batches the samples are in
batch_names(i)
i |
A list of numeric indices. |
A character vector with the names of the batch for each the index.
create_subset()
, for the inverse look at
use_index()
.
index <- create_subset(100, 50, 2)
batch <- batch_names(index)
head(batch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.