| PadNames | R Documentation | 
Add names for unnamed or partially named objects
PadNames(x, prefix = "index")
| x | An object that can be named | 
| prefix | A prefix to be added to each name | 
x with unnamed values named
a <- list(1, b = 2, 3)
SeuratDisk:::PadNames(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.