PadNames: Add names for unnamed or partially named objects

View source: R/zzz.R

PadNamesR Documentation

Add names for unnamed or partially named objects

Description

Add names for unnamed or partially named objects

Usage

PadNames(x, prefix = "index")

Arguments

x

An object that can be named

prefix

A prefix to be added to each name

Value

x with unnamed values named

Examples


a <- list(1, b = 2, 3)
SeuratDisk:::PadNames(a)



mojaveazure/seurat-disk documentation built on Nov. 5, 2023, 9:40 a.m.