Terminal Hyperlinks
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.
Logical scalar, for has_hyperlink()
.
cat("This is an", hyperlink("R", "https://r-project.org"), "link.\n") has_hyperlink()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.