seriesname {wakefield} | R Documentation |
Adds attributes(x)[["seriesname"]]
attribute to a
data.frame
.
seriesname(x, name)
x |
A |
name |
A name to assign to |
Returns a data.frame
with a
attributes(x)[["seriesname"]]
assigned.
seriesname(mtcars, "Cars")
attributes(seriesname(mtcars, "Cars"))