powered by
A constructor for pandoc attributes.
Attr(identifier = "", classes = character(), key_val_pairs = list())
a character string
a character giving the classes
a list of tuple of type "character"
"character"
Attr("A", c("B", "C"), list(c("D", "E")))
Run the code above in your browser using DataLab