Learn R Programming

pandocfilters (version 0.1-6)

Attr: Attributes

Description

A constructor for pandoc attributes.

Usage

Attr(identifier = "", classes = character(), key_val_pairs = list())

Arguments

identifier

a character string

classes

a character giving the classes

key_val_pairs

a list of tuple of type "character"

Examples

Run this code
Attr("A", c("B", "C"), list(c("D", "E")))

Run the code above in your browser using DataLab