The goal of link is to help blog authors include links to their prose.
You can install the development version of link like so:
pak::pak("tadascience/link")
Include this in your Rmd
or qmd
document to turn <pkg>::<fun>()
and {<pkg>}
into hyperlinks.
```{r, echo = FALSE}
link::auto()
```
You can drop the {
and the pkg::
if you like:
```{r, echo = FALSE}
link::auto(keep_braces = FALSE, keep_pkg_prefix = FALSE)
```
By default, bslib powered tooltips are added. You can opt-out with type = "plain"
.
```{r, echo = FALSE}
link::auto(type = "plain")
```
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4