Learn R Programming

pandocfilters (version 0.1-6)

Definition: Definition

Description

Constructs a Definition which can be used as an element of a "DefinitionList".

Usage

Definition(key, value)

Arguments

key

a inline object or list of inline objects

value

a block object or list of block objects

Examples

Run this code
Definition("some key", Plain("some value"))

Run the code above in your browser using DataLab