Learn R Programming

dabr (version 0.0.4)

attributes: Combine attributes

Description

Combine attributes from a vector of strings.

Usage

attributes(...)

Value

Combined string with all the attributes.

Arguments

...

Strings.

Examples

Run this code
dabr::attributes("A", "B", "C")
dabr::attributes(c("A", "B", "C"))
dabr::attributes(c("A", "B", "C"), "D", "E", "F")

Run the code above in your browser using DataLab