attributes {dabr} | R Documentation |
Combine attributes
Description
Combine attributes from a vector of strings.
Usage
attributes(...)
Arguments
... |
Strings. |
Value
Combined string with all the attributes.
Examples
dabr::attributes("A", "B", "C")
dabr::attributes(c("A", "B", "C"))
dabr::attributes(c("A", "B", "C"), "D", "E", "F")
[Package dabr version 0.0.4 Index]