Link | R Documentation |
This is a convenience function for creating tables of links (eg for an index page).
Link(obj, target = NA, report = NULL)
obj |
An object to be turned into one or more links. Typically a character
vector of link text or a list of |
target |
The link targets for each created link. |
report |
A report (HTMLReportRef object) whose location the generated links should be relative to. |
If target
is NA, Link attempts to infer the link target(s) based on obj
An XMLInternalNode
corresponding to HTML for either a single
link or a div containing multiple links separated each on separate lines
Gabriel Becker
mylinks = Link(c("Link1", "Link2"), c("www.google.com", "www.cnn.com"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.