Automatically link inline code
Automatically link inline code
autolink(text) autolink_url(text)
text |
String of code to highlight and link. |
If text is linkable, an HTML link for autolink(), and or just
the URL for autolink_url(). Both return NA if the text is not
linkable.
autolink("stats::median()")
autolink("vignette('grid', package = 'grid')")
autolink_url("stats::median()")Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.