Link {stencilaschema}R Documentation

A hyperlink to other pages, sections within the same document, resources, or any URL.

Description

A hyperlink to other pages, sections within the same document, resources, or any URL.

Usage

Link(content, target, exportFrom, id, importTo, meta, relation, title)

Arguments

content

The textual content of the link. Required.

target

The target of the link. Required.

exportFrom

A compilation directive giving the name of the variable to export to the link target.

id

The identifier for this item.

importTo

A compilation directive giving the name of the variable to import the link target as.

meta

Metadata associated with this item.

relation

The relation between the target and the current thing.

title

A title for the link.

Value

A list of class Link

See Also

Entity


[Package stencilaschema version 1.0.0 Index]