sub_labels | R Documentation |
Replace names, esp. rownames, with non-missing label.v. nms
and label.v
must be of same length,
and nms
must not have NA
s.
sub_labels(nms, label.v, na.lab = c("---", ""))
nms |
Vector of names, e.g. rownames. |
label.v |
Vector of label.v, e.g. |
na.lab |
Character vector of labels in |
Vector of replaced rownames; vector's names are rownames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.