hyperlink | R Documentation |
Terminal Hyperlinks
hyperlink(text, url)
has_hyperlink()
text |
Text to show. |
url |
URL to link to. |
hyperlink()' creates an ANSI hyperlink.
has_hyperlink()
checks if the current stdout()
supports hyperlinks.
terminal links.
See also https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda.
Logical scalar, for has_hyperlink()
.
cat("This is an", hyperlink("R", "https://r-project.org"), "link.\n")
has_hyperlink()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.