attr_label {dunlin} | R Documentation |
Setting the Label Attribute
Description
Setting the Label Attribute
Usage
attr_label(var, label)
Arguments
var |
( |
label |
( |
Value
object
with label attribute.
Examples
x <- c(1:10)
attr(x, "label")
y <- attr_label(x, "my_label")
attr(y, "label")
[Package dunlin version 0.1.7 Index]