hyperlink {crayon} | R Documentation |
Terminal Hyperlinks
Description
Terminal Hyperlinks
Usage
hyperlink(text, url)
has_hyperlink()
Arguments
text |
Text to show. |
url |
URL to link to. |
Details
hyperlink()' creates an ANSI hyperlink.
has_hyperlink()
checks if the current stdout()
supports hyperlinks.
terminal links.
See also https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda.
Value
Logical scalar, for has_hyperlink()
.
Examples
cat("This is an", hyperlink("R", "https://r-project.org"), "link.\n")
has_hyperlink()
[Package crayon version 1.5.3 Index]