lazy.link {lazyWeave} | R Documentation |
Links to Webpages or External Documents
Description
While lazy.ref
provides the option of linking
to areas within a document, lazy.link
provides the option of
linking to areas outside of the document. Web pages are perhaps
the most obvious example, but links could also go to files on a
directory
Usage
lazy.link(url, text, web = TRUE, secure = FALSE)
Arguments
url |
A character(1) giving the URL for the link or a file path |
text |
The text to be highlighted as the link. If this
is missing, |
web |
When |
secure |
Should the link be to a secure site "https://". |
Author(s)
Benjamin Nutter
Examples
lazy.link("https://github.com/nutterb/lazyWeave", secure=TRUE)
[Package lazyWeave version 3.0.2 Index]