View source: R/pandocfilters.R
Link | R Documentation |
Constructs an inline object of type "Link"
.
Link(target, text, title = "", attr = Attr())
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 |
Further Usage examples can be found in the README.
Link("https://cran.r-project.org/", "Text_Shown", "some title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.