attributes {dabr} | R Documentation |
Combine attributes from a vector of strings.
attributes(...)
... |
Strings. |
Combined string with all the attributes.
dabr::attributes("A", "B", "C")
dabr::attributes(c("A", "B", "C"))
dabr::attributes(c("A", "B", "C"), "D", "E", "F")