labelCols.list | R Documentation |
Set the colnames on each object in a list. By default will only set if no exiting colnames (see onlyIfNull param).
labelCols.list(xlist, xlabels = names(xlist), onlyIfNull = TRUE)
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 |
a list with named colnames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.