Link: Hyperlink

View source: R/pandocfilters.R

LinkR Documentation

Hyperlink

Description

Constructs an inline object of type "Link".

Usage

Link(target, text, title = "", attr = Attr())

Arguments

target

a character string giving the target (hyper reference)

text

a inline object or a list of inline objects giving the visible part

title

an optional character string giving the title

attr

an optional object of type "Attr"

Details

Further Usage examples can be found in the README.

Examples

Link("https://cran.r-project.org/", "Text_Shown", "some title")

pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.