labelCols.list: Set the colnames on each object in a list. By default will...

View source: R/Label.r

labelCols.listR Documentation

Set the colnames on each object in a list. By default will only set if no exiting colnames (see onlyIfNull param).

Description

Set the colnames on each object in a list. By default will only set if no exiting colnames (see onlyIfNull param).

Usage

labelCols.list(xlist, xlabels = names(xlist), onlyIfNull = TRUE)

Arguments

xlist

list

xlabels

labels, defaults to names(xlist) if length(xlist) > length(labels) then the labels are repeated

onlyIfNull

if TRUE, then naming will only occur if the xlist item has no existing colnames

Value

a list with named colnames


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.